Resources | Methods |
---|---|
https://localhost:8443/api/rest/subscriptions |
GET
Retrieves a list of current subscriptions the user is authorized to view.
|
https://localhost:8443/api/rest/subscriptions/{subscription-identifier} |
GET
Retrieves a subscription.
PUT Updates a subscription. DELETE Terminates a subscription. |
https://localhost:8443/api/rest/subscriptions/{subscription-identifier}/send-update-notification-now |
POST
Causes an update notification to be published, even though the resource has not changed.
|
GETRetrieves a list of current subscriptions the user is authorized to view. Users with Provisioner or Administrator roles can retrieve all subscriptions on the DMA. Users without these roles can only retrieve subscriptions that they created. [tags: DMA] RequestResponse
|
Name | Type | Description |
---|---|---|
subscription-identifier | xs:string | The subscription identifier |
GETRetrieves a subscription. The user must be the subscription creator or have Administrator or Provisioner roles. [tags: DMA] Response
PUTUpdates a subscription. This can be used to update the time-to-live value of the subscription or to reset the timer of the subscription. time-to-live is the only valid field to be updated. The user must be the subscription creator or have Administrator or Provisioner roles. [tags: DMA] RequestRepresentations
Response
DELETETerminates a subscription. The user must be the subscription creator or have Administrator or Provisioner roles. [tags: DMA] Response
|
Name | Type | Description |
---|---|---|
subscription-identifier | xs:string | The subscription identifier |
POSTCauses an update notification to be published, even though the resource has not changed. The user must be the subscription creator or have Administrator or Provisioner roles. Note: This will reset the sequence number of the notifications to 1 starting with the next notification. [tags: DMA] Response
|