Reads the targets / satellites stored on a given ACU.
Supported HTTP methods: GET, HEAD, OPTIONS
GET /api/v1/acutargets/{mncName}/{deviceName}
Reads the targets / satellites stored on a given ACU.
Parameters:
| Parameter | Description |
|---|---|
| mncName | The name of the M&C to read the data from |
| deviceName | The name of the device to read the data from. This may be either the name of the ACU device itself or the name of the Antenna-Management device controlling the ACU |
Expected Payload: none.
Replied Payload: The target list of the queries ACU as a AcuTargetList document.
Return Codes:
| Code | Description |
|---|---|
| 200 | OK, the requested file recorder data is returned. |
| 400 | The M&C is offline, cannot be queried. In this case an ApiError document is returned, describing details of the error. |
| 401 | Not logged in. In this case an ApiError document is returned, describing details of the error. |
| 404 | Either the referred M&C or the device does not exists or the device does not provide a target list. In this case an ApiError document is returned, describing details of the error. |