Get Service Provisions

get/service-catalog/v1beta1/service-provisions

Get Service Provision list by filters applied

SecuritybearerAuth
Request
query Parameters
all
boolean (all)
Default: false

Get unredacted entries for all workspaces

Example: all=true
filter
string

Supports Odata format.
Supported Fields: id, ServiceOfferId, workspaceId, serviceManagerProvisionId, serviceManagerId, serviceManagerInstanceId, status, organizationId.
Supported operand: eq
Supported operations: and

Examples:
Return service provision with given ID
Return service provisions for given workspace ID
Return service provisions for given Application Customer ID
Return service provisions for given service offer ID and region
Return service provision for given application ID and application instance ID
Return service provisions with given status
Return service provisions with given organization id
limit
integer (Pagination Limit) [ 1 .. 2000 ]
Default: 2000

Number of entries per page

next
string (Pagination Cursor)

Specifies the start-id for the next page of service offers.

unredacted
boolean (unredacted)
Default: false

Get entire entry along with sensitive fields corresponding to user workspace

Example: unredacted=true
header Parameters
Hpe-workspace-id
string <uuid> (Hpe-workspace-id)
Default: Id

Is required if view all is false

Responses
200

Successful Response

401

401 Unauthorized

403

403 Forbidden

422

422 Validation error

500

500 Internal Server Error

Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "next": "64136af7-cd64-4b4e-88a8-150ab51a920d",
  • "count": 1,
  • "total": 10
}