statusNotification Callback

post

{$request.body#/notifUri}/notify

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
The status of the spending limit control subscription.
Show Source
Nested Schema : statusInfos
Type: object
Minimum Number of Properties: 1
Additional Properties Allowed
Show Source
The status of the requested policy counters. The key of the map is the policyCounterId attribute.
Nested Schema : PolicyCounterInfo
Type: object
Information about a policy counter.
Show Source
Nested Schema : penPolCounterStatuses
Type: array
Minimum Number of Items: 1
The status of the pending policy counter.
Show Source
Nested Schema : PendingPolicyCounterStatus
Type: object
The status of the pending policy counter.
Show Source
Back to Top

Response

Supported Media Types

204 Response

The notification was created succesfully.

400 Response

The request isn't valid.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

401 Response

The client doesn't have the correct privileges.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

403 Response

The request wasn't authorized.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

404 Response

The requested resource wasn't found.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

411 Response

The content's length is missing from the request.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

413 Response

The request is too large for the server to process.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

415 Response

The media type isn't supported.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

429 Response

The client has sent too many requests at once.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

500 Response

An internal server error occurred.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

503 Response

The server is overloaded or down for maintenance.
Body ()
Root Schema : Error
Type: object
An error.
Show Source
Back to Top