Retrieve a subscription.
Example request:
GET /subscriptions HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/x-json-stream'
Status Codes: |
|
---|
Update an existing subscription.
Example request:
PUT /subscriptions HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
Create a new subscription.
Example request:
POST /subscriptions HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
Return all rules of a given subscription id.
Example request:
GET /subscriptions HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/x-json-stream'
Status Codes: |
|
---|
Return a summary of the states of all rules of a given subscription id.
Example request:
GET /subscriptions/<account>/<name=None>/Rules/States HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/x-json-stream'
Status Codes: |
|
---|
Retrieve a subscription matching the given subscription id
Example request:
GET /subscriptions HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
Status Codes: |
|
---|