Resources | Methods |
---|---|
https://localhost:8443/api/rest/mcus |
GET
Retrieves all MCUs on the DMA.
POST Creates an MCU definition. POST Creates an MCU definition. |
https://localhost:8443/api/rest/mcus/{value} |
GET
Retrieves an MCU on the DMA.
PUT Updates information about an MCU. DELETE Deletes an MCU. |
https://localhost:8443/api/rest/mcus/{value}/mcu-status |
GET
Retrieves an MCU on the DMA.
|
https://localhost:8443/api/rest/mcus/{value}/set-service-status |
POST
Sets the service status for the specified MCU.
|
https://localhost:8443/api/rest/mcus/{value}/set-registration-admission-policy |
POST
Sets the registration admission policy for the specified MCU.
|
https://localhost:8443/api/rest/mcus/debug-postliminary |
POST
Test a postliminary script to a dial rule for an MCU.
|
https://localhost:8443/api/rest/mcus/default |
GET Get default values for MCUs.
|
GETRetrieves all MCUs on the DMA. Etag's calculation includes all fields -configuration and status. [tags: DMA] RequestResponse
POSTCreates an MCU definition. Name, IP, username, password, type, and signaling types are required. DMA roles required: administrator [tags: DMA] RequestRepresentationsResponse
POSTCreates an MCU definition. Name, IP, username, password, type, and signaling types are required. DMA roles required: administrator [tags: DMA] RequestQuery Parameters
Representations
Response
|
Name | Type | Description |
---|---|---|
value | xs:string | Unique name or identifier of the MCU. |
GETRetrieves an MCU on the DMA. Etag's calculation includes configuration fields only. [tags: DMA] RequestQuery Parameters
Response |