Resources | Methods |
---|---|
https://localhost:8443/api/rest/registration-policy |
GET
Retrieves the registration policy.
GET Retrieves the list of registration policies. PUT Updates the registration policy record. POST Creates a registration policy. |
https://localhost:8443/api/rest/registration-policy/reapply-policy |
POST
It will run the script, applying any changes admin made to existing registered endpoints.
|
https://localhost:8443/api/rest/registration-policy/debug-postliminary |
POST
A debug mechanism for the current registration policy script.
|
https://localhost:8443/api/rest/registration-policy/{registration-policy-identifier}/debug-postliminary |
POST
A debug mechanism for a single registration policy script.
|
https://localhost:8443/api/rest/registration-policy/{registration-policy-identifier} |
GET
Retrieves a single registration policy.
PUT Updates an existing registration policy. DELETE Deletes the registration policy. |
https://localhost:8443/api/rest/registration-policy/defaults |
GET
Get default values for the DMA registration policy.
|
GETRetrieves the registration policy. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] Response
GETRetrieves the list of registration policies. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] RequestResponse
PUTUpdates the registration policy record. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] RequestRepresentations
Response
POSTCreates a registration policy. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] RequestRepresentations
Response
|
POSTIt will run the script, applying any changes admin made to existing registered endpoints. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] Response
|
POSTA debug mechanism for the current registration policy script. You can specify various parameters and debug the input script. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] RequestRepresentationsResponse
|
Name | Type | Description |
---|---|---|
registration-policy-identifier | xs:string | The unique identifier of the registration policy |
POSTA debug mechanism for a single registration policy script. You can specify various parameters and debug the input script. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] RequestRepresentationsResponse
|
Name | Type | Description |
---|---|---|
registration-policy-identifier | xs:string | The unique identifier of the registration policy |
GETRetrieves a single registration policy. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] Response
PUTUpdates an existing registration policy. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] RequestRepresentations
Response
DELETEDeletes the registration policy. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] Response
|
GETGet default values for the DMA registration policy. Note: This method has been deprecated by the RealPresence DMA system. You should modify your applications to make use of the replacement API resource /api/rest/registration-policies. [tags: DMA] Response
|