getEndpointProperties Command

Gets the DOE endpoint properties (HTTPTimeout value) for a deployed DOE-C package.

Syntax

getEndpointProperties 
{-i|--in inputXmlFile} |  
{-d|--domain -a|--all | -ps|--packageNames name} 
[-h|--help] [-sl|--silent]

Parameters

  • -h|--help – gets help on this command.
  • -d|--domain – specifies the domain.
  • -i|--in – reads command input from an XML file.
  • -a|--all – returns endpoint properties for all deployed packages.
  • -ps|--packageNames – specifies one or more package names for which endpoint properties are returned. Each package name is followed by a colon and the package version number. Use a comma to separate the information for multiple packages, with no white space; for example:
    -ps myPkg1:2.0,myPkg2:1.0
  • -sl|--silent – disables all user interactive questions; this option is generally used with batch files.