SatelliteService
Services related to the operation of the XL Deploy server process.
GET | /satellite/info/{id:.+} | Returns information about the configuration of the satellite. |
GET | /satellite/infrastructures/count/{id:.+} | |
GET | /satellite/infrastructures/{id:.+} |
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
GET /satellite/infrastructures/count/{id:.+}
- Response body
- Integer
- Content type: text/xml, application/xml
GET /satellite/infrastructures/{id:.+}
- Response body
- List of ConfigurationItemId
- Content type: text/xml, application/xml