SatelliteService

Services related to XL Satellites and hosts attached to them.

GET /satellite/hosts/count/{id:.+}
GET /satellite/hosts/{id:.+}
GET /satellite/info Returns information about the configuration of the satellite.
GET /satellite/info/{id:.+} Returns information about the configuration of the satellite.

GET /satellite/hosts/count/{id:.+}

Response body
Integer
Content type: text/xml, application/xml

GET /satellite/hosts/{id:.+}

Response body
List of ConfigurationItemId
Content type: text/xml, application/xml

GET /satellite/info

Returns information about the configuration of the satellite. For example: version.
Response body
List of SatelliteInfo - an list of information objects.
Content type: text/xml, application/xml

GET /satellite/info/{id:.+}

Returns information about the configuration of the satellite. For example: version.
Response body
SatelliteInfo - an information object.
Content type: text/xml, application/xml