Resources | Methods |
---|---|
https://localhost:8443/api/rest/device-authentication |
|
https://localhost:8443/api/rest/device-authentication/token |
GET
Get the current (or a valid) device authentication token info
used to generate trusted token device authentication values (provisioner or higher required).
DELETE Delete/reset the current authentication token info, if any exists (administrator required). |
https://localhost:8443/api/rest/device-authentication/token/generate |
POST
Using the provided values generate a device authentication token string valid for the current DMA instance.
|
https://localhost:8443/api/rest/device-authentication/token/decode |
POST
Using the provided value decode a device authentication token string.
|
https://localhost:8443/api/rest/device-authentication/inbound |
GET Retrieves information list of device authentication for
inbound.
POST Creates a device authentication inbound object. |
https://localhost:8443/api/rest/device-authentication/inbound/sip-device-authentication-inbound |
GET Retrieves information of sip device authentication for inbound.
PUT Updates information of sip device authentication for inbound. |
https://localhost:8443/api/rest/device-authentication/inbound/{device-authentication-inbound-identifier} |
GET
Read a device authentication inbound.
PUT Updates a device authentication inbound. DELETE Deletes a Device authentication inbound. |
https://localhost:8443/api/rest/device-authentication/outbound |
GET Retrieves information list of device authentication for
outbound.
POST Creates a device authentication outbound object. |
https://localhost:8443/api/rest/device-authentication/outbound/{device-authentication-outbound-identifier} |
GET
Read a device authentication outbound.
PUT Updates a device authentication outbound. DELETE Deletes a Device authentication outbound. |
GETGet the current (or a valid) device authentication token info used to generate trusted token device authentication values (provisioner or higher required). [tags: DMA] RequestResponse
DELETEDelete/reset the current authentication token info, if any exists (administrator required). [tags: DMA] RequestResponse
|
POSTUsing the provided values generate a device authentication token string valid for the current DMA instance. Requires administrator rights. [tags: DMA] RequestRepresentations
Response
|
POSTUsing the provided value decode a device authentication token string. Requires administrator rights. [tags: DMA] RequestRepresentations
Response
|
GETRetrieves information list of device authentication forinbound. [tags: DMA] RequestResponse
POSTCreates a device authentication inbound object. Any submitted ID is ignored. The ID is assigned by the system. Name and Password device authentication inbound are required and name must be unique. If a device authentication inbound pre-exists with the same name the request fails. DMA role required: administrator. [tags: DMA] RequestRepresentations
Response
|
GETRetrieves information of sip device authentication for inbound.[tags: DMA] RequestResponse
PUTUpdates information of sip device authentication for inbound.[tags: DMA] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
device-authentication-inbound-identifier | xs:string | Device authentication identifier. |
GETRead a device authentication inbound. [tags: DMA] Response
PUTUpdates a device authentication inbound. DMA role required: administrator [tags: DMA] RequestRepresentations
Response
DELETEDeletes a Device authentication inbound. [tags: DMA]RequestResponse
|
GETRetrieves information list of device authentication foroutbound. [tags: DMA] RequestQuery Parameters
Response
POSTCreates a device authentication outbound object. Any submitted ID is ignored. The ID is assigned by the system. Name and Password device authentication outbound are required and name must be unique. If a device authentication outbound pre-exists with the same name the request fails. DMA role required: administrator. [tags: DMA] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
device-authentication-outbound-identifier | xs:string | Device authentication identifier. |
GETRead a device authentication outbound. [tags: DMA] Response
PUTUpdates a device authentication outbound. DMA role required: administrator [tags: DMA] RequestRepresentations
Response
DELETEDeletes a Device authentication outbound. [tags: DMA]RequestResponse
|