Tests the DOE endpoint accessibility for a deployed DOE-C package.
Use the testEndpoint command to verify that the DOE endpoint is accessible using the parameters you set with the setEndpointProperties command.
Syntax
testEndpoint
{-i|--in inputXmlFile | {-d|--domain domainName
-p|--packageName name}}
[-h|--help] [-sl|--silent]
Parameters
- -h|--help – gets help on this command.
- -d|--domain – specifies the domain.
- -i|--in – reads package name from input XML file.
You can generate the XML file by using the -o parameter with getPackages.
- -p|--packageName – specifies package name for which endpoint properties are set. Package name is followed by a colon and the package version number, with no white space; for example:
-p myPkg:2.0
- -sl|--silent – disables all user interactive
questions; this option is generally used with batch files.