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:.+}

Parameters
Path id String
Query name String
Response body
Integer
Content type: text/xml,application/xml

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

Parameters
Path id String
Query name String
Request body Paging
Query order Ordering
Response body
ConfigurationItemId
Content type: text/xml,application/xml

GET /satellite/info

Returns information about the configuration of the satellite.
Parameters
Query ids String
Response body
SatelliteInfo - an list of information objects.
Content type: text/xml,application/xml

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

Returns information about the configuration of the satellite.
Parameters
Path id String
Response body
SatelliteInfo - an information object.
Content type: text/xml,application/xml