Introduction
API Connect is an integrated API management offering, with capabilities and tooling for all phases of the API lifecycle. Key steps of the API lifecycle include: create, secure, manage, socialize, and analyze.
These APIs enable you to permform actions as a member of an {{site.data.keyword.apiconnect}} provider organization; for example, create a user registry or invite a new user to join your provider organization.
For more information on using API Connect, see: Getting started.
Authentication
Most API methods require an Authorization header that includes a token with your IBM Cloud Identity and Access Management (IAM) credentials.
The header should look like this: Authorization: Bearer <token>
For more information, see Passing an IBM Cloud IAM token to authenticate with a service's API
Error handling
The APIs that you create and manage with API Connect use standard HTTP response codes to indicate whether a method completed successfully.
| HTTP Error Code | Description | Recovery |
|---|---|---|
200 |
Success | The request was successful. |
400 |
Bad Request | The input parameters in the request body are either incomplete or in the wrong format. Be sure to include all required parameters in your request. |
401 |
Unauthorized | You are not authorized to make this request. Log in to IBM Cloud and try again. If this error persists, contact your account owner to check your permissions. |
403 |
Forbidden | The supplied authentication is not authorized. |
404 |
Not Found | The requested resource could not be found. |
408 |
Request Timeout | The connection to the server timed out. Wait a few minutes, then try again. |
409 |
Conflict | The entity is already in the requested state. |
429 |
Too Many Requests | You have made too many requests to this endpoint and are being rate limited / throttled. |
500 |
Internal Server Error | App ID is currently unavailable. Your request could not be processed. Wait a few minutes and try again. |
Methods
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Get the User Registry object by name or id
Get the User Registry object by name or id
GET /user-registries/{org}/{user-registry}Update the User Registry object by name or id
Update the User Registry object by name or id
PATCH /user-registries/{org}/{user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
User Registry name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Delete the User Registry object by name or id
Delete the User Registry object by name or id
DELETE /user-registries/{org}/{user-registry}Execute a User Registry operation
Execute a User Registry operation
POST /user-registries/{org}/{user-registry}/executeTest a User Registry connection
Test a User Registry connection
POST /user-registries/{org}/{user-registry}/test-connectionExecute a User Registry operation
Execute a User Registry operation
POST /orgs/{org}/user-registries/executeTest a User Registry connection
Test a User Registry connection
POST /orgs/{org}/user-registries/test-connectionSearch for users in the user registry
Search for users in the user registry
POST /user-registries/{org}/{user-registry}/searchRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
User Registry name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Get the User object by name or id
Get the User object by name or id
GET /user-registries/{org}/{user-registry}/users/{user}Update the User object by name or id
Update the User object by name or id
PATCH /user-registries/{org}/{user-registry}/users/{user}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
User Registry name or id
User name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the User object by name or id
Delete the User object by name or id
DELETE /user-registries/{org}/{user-registry}/users/{user}Reset password
Reset password
POST /user-registries/{org}/{user-registry}/users/{user}/reset-passwordSearch for users in the admin realm
Search for users in the admin realm
POST /cloud/admin/search/user
Search for users in the provider realm
Search for users in the provider realm
POST /cloud/provider/search/user
List Identity Providers in the admin realm
List Identity Providers in the admin realm
GET /cloud/admin/identity-providers
List Identity Providers in the provider realm
List Identity Providers in the provider realm
GET /cloud/provider/identity-providers
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
toolkit,atm]Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Response
Possible values: [
api_key]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
toolkit,atm]Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
Get the API Key object by name or id
Get the API Key object by name or id
GET /cloud/api-keys/{api-key}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
API Key name or id
Query Parameters
List of field names to return
Response
Possible values: [
api_key]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
toolkit,atm]Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the API Key object by name or id
Delete the API Key object by name or id
DELETE /cloud/api-keys/{api-key}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
API Key name or id
Response
Possible values: [
api_key]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
toolkit,atm]Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Search for users in the catalog user registry
Search for users in the catalog user registry
POST /catalogs/{org}/{catalog}/configured-catalog-user-registries/{configured-catalog-user-registry}/searchRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Catalog User Registry name or id
Query Parameters
Offset item number from list to begin return
Maximum number of items to return
Search for users in the catalog realm
Search for users in the catalog realm
POST /catalogs/{org}/{catalog}/search/userRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Get the User Registry object by name or id
Get the User Registry object by name or id
GET /user-registries/{org}/{user-registry}Update the User Registry object by name or id
Update the User Registry object by name or id
PATCH /user-registries/{org}/{user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
User Registry name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Delete the User Registry object by name or id
Delete the User Registry object by name or id
DELETE /user-registries/{org}/{user-registry}Execute a User Registry operation
Execute a User Registry operation
POST /user-registries/{org}/{user-registry}/executeTest a User Registry connection
Test a User Registry connection
POST /user-registries/{org}/{user-registry}/test-connectionExecute a User Registry operation
Execute a User Registry operation
POST /orgs/{org}/user-registries/executeTest a User Registry connection
Test a User Registry connection
POST /orgs/{org}/user-registries/test-connectionSearch for users in the user registry
Search for users in the user registry
POST /user-registries/{org}/{user-registry}/searchList Identity Providers in the admin realm
List Identity Providers in the admin realm
GET /cloud/admin/identity-providers
List Identity Providers in the provider realm
List Identity Providers in the provider realm
GET /cloud/provider/identity-providers
Search for users in the catalog user registry
Search for users in the catalog user registry
POST /catalogs/{org}/{catalog}/configured-catalog-user-registries/{configured-catalog-user-registry}/searchRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Catalog User Registry name or id
Query Parameters
Offset item number from list to begin return
Maximum number of items to return
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
User Registry name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Get the User object by name or id
Get the User object by name or id
GET /user-registries/{org}/{user-registry}/users/{user}Update the User object by name or id
Update the User object by name or id
PATCH /user-registries/{org}/{user-registry}/users/{user}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
User Registry name or id
User name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the User object by name or id
Delete the User object by name or id
DELETE /user-registries/{org}/{user-registry}/users/{user}Reset password
Reset password
POST /user-registries/{org}/{user-registry}/users/{user}/reset-passwordSearch for users in the admin realm
Search for users in the admin realm
POST /cloud/admin/search/user
Search for users in the provider realm
Search for users in the provider realm
POST /cloud/provider/search/user
Search for users in the catalog realm
Search for users in the catalog realm
POST /catalogs/{org}/{catalog}/search/userAuthorization provider redirect endpoint
Authorization provider redirect endpoint
GET /oauth2/redirect
Authorization provider redirect endpoint
Authorization provider redirect endpoint
POST /oauth2/redirect
Authorization provider redirect endpoint
Authorization provider redirect endpoint
GET /oauth2/redirect
Authorization provider redirect endpoint
Authorization provider redirect endpoint
POST /oauth2/redirect
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
toolkit,atm]Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Response
Possible values: [
api_key]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
toolkit,atm]Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
Get the API Key object by name or id
Get the API Key object by name or id
GET /cloud/api-keys/{api-key}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
API Key name or id
Query Parameters
List of field names to return
Response
Possible values: [
api_key]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
toolkit,atm]Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the API Key object by name or id
Delete the API Key object by name or id
DELETE /cloud/api-keys/{api-key}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
API Key name or id
Response
Possible values: [
api_key]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
toolkit,atm]Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Update the Organization Setting object
Update the Organization Setting object
PUT /orgs/{org}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: 0 ≤ value ≤ 2147483647
- metadata
List all Notification Template objects in all collections
List all Notification Template objects in all collections
GET /orgs/{org}/settings/notification-templatesList the Notification Template objects
List the Notification Template objects
GET /orgs/{org}/settings/notification-templates/providerGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /orgs/{org}/settings/notification-templates/provider/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /orgs/{org}/settings/notification-templates/provider/{notification-template}List the Notification Template objects
List the Notification Template objects
GET /orgs/{org}/settings/notification-templates/catalogGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /orgs/{org}/settings/notification-templates/catalog/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /orgs/{org}/settings/notification-templates/catalog/{notification-template}List the Notification Template objects
List the Notification Template objects
GET /orgs/{org}/settings/notification-templates/spaceGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /orgs/{org}/settings/notification-templates/space/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /orgs/{org}/settings/notification-templates/space/{notification-template}List the Notification Template objects
List the Notification Template objects
GET /orgs/{org}/settings/notification-templates/consumerGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /orgs/{org}/settings/notification-templates/consumer/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /orgs/{org}/settings/notification-templates/consumer/{notification-template}Update the Organization Setting object
Update the Organization Setting object
PUT /orgs/{org}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: 0 ≤ value ≤ 2147483647
- metadata
List all Notification Template objects in all collections
List all Notification Template objects in all collections
GET /orgs/{org}/settings/notification-templatesList the Notification Template objects
List the Notification Template objects
GET /orgs/{org}/settings/notification-templates/providerGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /orgs/{org}/settings/notification-templates/provider/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /orgs/{org}/settings/notification-templates/provider/{notification-template}List the Notification Template objects
List the Notification Template objects
GET /orgs/{org}/settings/notification-templates/catalogGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /orgs/{org}/settings/notification-templates/catalog/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /orgs/{org}/settings/notification-templates/catalog/{notification-template}List the Notification Template objects
List the Notification Template objects
GET /orgs/{org}/settings/notification-templates/spaceGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /orgs/{org}/settings/notification-templates/space/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /orgs/{org}/settings/notification-templates/space/{notification-template}List the Notification Template objects
List the Notification Template objects
GET /orgs/{org}/settings/notification-templates/consumerGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /orgs/{org}/settings/notification-templates/consumer/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /orgs/{org}/settings/notification-templates/consumer/{notification-template}Update the Organization object by name or id
Update the Organization object by name or id
PATCH /orgs/{org}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
admin,provider]Allowable values: [
enabled,disabled]- metadata
Delete the Organization object by name or id
Delete the Organization object by name or id
DELETE /orgs/{org}Search provider users from an organization.
Search provider users from an organization.
POST /orgs/{org}/search/userGet the Associate object by name or id
Get the Associate object by name or id
GET /orgs/{org}/associates/{associate}Create a Member Invitation object
Create a Member Invitation object
POST /orgs/{org}/member-invitationsList the Member Invitation objects
List the Member Invitation objects
GET /orgs/{org}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /orgs/{org}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /orgs/{org}/member-invitations/{member-invitation}Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /orgs/{org}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /orgs/{org}/member-invitations/{member-invitation}/regenerateRegister using the Member Invitation
Register using the Member Invitation
POST /orgs/{org}/member-invitations/{member-invitation}/registerAccept using the Member Invitation
Accept using the Member Invitation
POST /orgs/{org}/member-invitations/{member-invitation}/acceptRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Get the Member object by name or id
Get the Member object by name or id
GET /orgs/{org}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /orgs/{org}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /orgs/{org}/members/{member}List all Permission objects in all collections
List all Permission objects in all collections
GET /cloud/permissions
Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/org/{permission}Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/cloud/{permission}Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/provider/{permission}Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/consumer/{permission}Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/deployment/{permission}Update the Role object by name or id
Update the Role object by name or id
PATCH /orgs/{org}/roles/{role}Delete the Role object by name or id
Delete the Role object by name or id
DELETE /orgs/{org}/roles/{role}Clear the Activation objects
Clear the Activation objects
DELETE /catalogs/{org}/{catalog}/activationsGet the Activation object by name or id
Get the Activation object by name or id
GET /activations/{org}/{catalog}/{activation}Delete the Activation object by name or id
Delete the Activation object by name or id
DELETE /activations/{org}/{catalog}/{activation}Update the Organization object by name or id
Update the Organization object by name or id
PATCH /orgs/{org}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
admin,provider]Allowable values: [
enabled,disabled]- metadata
Delete the Organization object by name or id
Delete the Organization object by name or id
DELETE /orgs/{org}Search provider users from an organization.
Search provider users from an organization.
POST /orgs/{org}/search/userGet the Associate object by name or id
Get the Associate object by name or id
GET /orgs/{org}/associates/{associate}Create a Member Invitation object
Create a Member Invitation object
POST /orgs/{org}/member-invitationsList the Member Invitation objects
List the Member Invitation objects
GET /orgs/{org}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /orgs/{org}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /orgs/{org}/member-invitations/{member-invitation}Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /orgs/{org}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /orgs/{org}/member-invitations/{member-invitation}/regenerateRegister using the Member Invitation
Register using the Member Invitation
POST /orgs/{org}/member-invitations/{member-invitation}/registerAccept using the Member Invitation
Accept using the Member Invitation
POST /orgs/{org}/member-invitations/{member-invitation}/acceptRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Get the Member object by name or id
Get the Member object by name or id
GET /orgs/{org}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /orgs/{org}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /orgs/{org}/members/{member}List all Permission objects in all collections
List all Permission objects in all collections
GET /cloud/permissions
Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/org/{permission}Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/cloud/{permission}Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/provider/{permission}Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/consumer/{permission}Get the Permission object by name or id
Get the Permission object by name or id
GET /cloud/permissions/deployment/{permission}Update the Role object by name or id
Update the Role object by name or id
PATCH /orgs/{org}/roles/{role}Delete the Role object by name or id
Delete the Role object by name or id
DELETE /orgs/{org}/roles/{role}Get the Gateway Service object by name or id
Get the Gateway Service object by name or id
GET /orgs/{org}/gateway-services/{gateway-service}Get the Portal Service object by name or id
Get the Portal Service object by name or id
GET /orgs/{org}/portal-services/{portal-service}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
native,third_party]- scopes
Allowable values: [
access_code,application,password,implicit,jwt]Allowable values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Allowable values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Allowable values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Allowable values: [
external_url,authentication_url]
- openid_connect
Allowable values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Allowable values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Allowable values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Allowable values: [
connected,active,custom]Allowable values: [
basic-auth]- basic_auth
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- metadata
Response
Possible values: [
oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
Get the Oauth Provider object by name or id
Get the Oauth Provider object by name or id
GET /orgs/{org}/oauth-providers/{oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Oauth Provider name or id
Query Parameters
List of field names to return
Response
Possible values: [
oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Oauth Provider object by name or id
Update the Oauth Provider object by name or id
PATCH /orgs/{org}/oauth-providers/{oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Oauth Provider name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
native,third_party]- scopes
Allowable values: [
access_code,application,password,implicit,jwt]Allowable values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Allowable values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Allowable values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Allowable values: [
external_url,authentication_url]
- openid_connect
Allowable values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Allowable values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Allowable values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Allowable values: [
connected,active,custom]Allowable values: [
basic-auth]- basic_auth
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- metadata
Response
Possible values: [
oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Oauth Provider object by name or id
Delete the Oauth Provider object by name or id
DELETE /orgs/{org}/oauth-providers/{oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Oauth Provider name or id
Response
Possible values: [
oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Billing object by name or id
Get the Billing object by name or id
GET /orgs/{org}/billings/{billing}Update the Billing object by name or id
Update the Billing object by name or id
PATCH /orgs/{org}/billings/{billing}Delete the Billing object by name or id
Delete the Billing object by name or id
DELETE /orgs/{org}/billings/{billing}Get the Job object by name or id
Get the Job object by name or id
GET /orgs/{org}/billings/{billing}/jobs/{job}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Billing name or id
Job name or id
Query Parameters
List of field names to return
Response
Possible values: [
job]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
ready,running,blocked,failed]Possible values: [
subscription-update,subscription-delete,bulk-subscription-update,bulk-subscription-delete]- body
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Job object by name or id
Delete the Job object by name or id
DELETE /orgs/{org}/billings/{billing}/jobs/{job}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Billing name or id
Job name or id
Response
Possible values: [
job]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
ready,running,blocked,failed]Possible values: [
subscription-update,subscription-delete,bulk-subscription-update,bulk-subscription-delete]- body
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Re-attempt blocked or failed job
Re-attempt blocked or failed job
POST /orgs/{org}/billings/{billing}/jobs/{job}/retryCreate a TLS Client Profile object
Create a TLS Client Profile object
POST /orgs/{org}/tls-client-profilesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all TLS Client Profile objects in all collections
List all TLS Client Profile objects in all collections
GET /orgs/{org}/tls-client-profilesClear all TLS Client Profile objects in all collections
Clear all TLS Client Profile objects in all collections
DELETE /orgs/{org}/tls-client-profilesList the TLS Client Profile objects
List the TLS Client Profile objects
GET /orgs/{org}/tls-client-profiles/{tls-client-profile-name}Clear the TLS Client Profile objects
Clear the TLS Client Profile objects
DELETE /orgs/{org}/tls-client-profiles/{tls-client-profile-name}Get the TLS Client Profile object by id
Get the TLS Client Profile object by id
GET /orgs/{org}/tls-client-profiles/{tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
Query Parameters
List of field names to return
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the TLS Client Profile object by id
Update the TLS Client Profile object by id
PATCH /orgs/{org}/tls-client-profiles/{tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the TLS Client Profile object by id
Delete the TLS Client Profile object by id
DELETE /orgs/{org}/tls-client-profiles/{tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the TLS Client Profile object by name and version
Get the TLS Client Profile object by name and version
GET /orgs/{org}/tls-client-profiles/{tls-client-profile-name}/{tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
TLS Client Profile version name
Query Parameters
List of field names to return
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the TLS Client Profile object by name and version
Update the TLS Client Profile object by name and version
PATCH /orgs/{org}/tls-client-profiles/{tls-client-profile-name}/{tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
TLS Client Profile version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a TLS Client Profile
Delete a TLS Client Profile
DELETE /orgs/{org}/tls-client-profiles/{tls-client-profile-name}/{tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
TLS Client Profile version name
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Keystore object by name or id
Get the Keystore object by name or id
GET /orgs/{org}/keystores/{keystore}Update the Keystore object by name or id
Update the Keystore object by name or id
PATCH /orgs/{org}/keystores/{keystore}Delete the Keystore object by name or id
Delete the Keystore object by name or id
DELETE /orgs/{org}/keystores/{keystore}Get the Truststore object by name or id
Get the Truststore object by name or id
GET /orgs/{org}/truststores/{truststore}Update the Truststore object by name or id
Update the Truststore object by name or id
PATCH /orgs/{org}/truststores/{truststore}Delete the Truststore object by name or id
Delete the Truststore object by name or id
DELETE /orgs/{org}/truststores/{truststore}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Truststore name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
private_key,public_certificate,trusted_certificate]- metadata
Get the Entry object by name or id
Get the Entry object by name or id
GET /orgs/{org}/truststores/{truststore}/entries/{entry}Update the Entry object by name or id
Update the Entry object by name or id
PATCH /orgs/{org}/truststores/{truststore}/entries/{entry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Truststore name or id
Entry name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
private_key,public_certificate,trusted_certificate]- metadata
Delete the Entry object by name or id
Delete the Entry object by name or id
DELETE /orgs/{org}/truststores/{truststore}/entries/{entry}Get the Gateway Service object by name or id
Get the Gateway Service object by name or id
GET /orgs/{org}/gateway-services/{gateway-service}Get the Portal Service object by name or id
Get the Portal Service object by name or id
GET /orgs/{org}/portal-services/{portal-service}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
native,third_party]- scopes
Allowable values: [
access_code,application,password,implicit,jwt]Allowable values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Allowable values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Allowable values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Allowable values: [
external_url,authentication_url]
- openid_connect
Allowable values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Allowable values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Allowable values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Allowable values: [
connected,active,custom]Allowable values: [
basic-auth]- basic_auth
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- metadata
Response
Possible values: [
oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
Get the Oauth Provider object by name or id
Get the Oauth Provider object by name or id
GET /orgs/{org}/oauth-providers/{oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Oauth Provider name or id
Query Parameters
List of field names to return
Response
Possible values: [
oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Oauth Provider object by name or id
Update the Oauth Provider object by name or id
PATCH /orgs/{org}/oauth-providers/{oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Oauth Provider name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
native,third_party]- scopes
Allowable values: [
access_code,application,password,implicit,jwt]Allowable values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Allowable values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Allowable values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Allowable values: [
external_url,authentication_url]
- openid_connect
Allowable values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Allowable values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Allowable values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Allowable values: [
connected,active,custom]Allowable values: [
basic-auth]- basic_auth
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- metadata
Response
Possible values: [
oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Oauth Provider object by name or id
Delete the Oauth Provider object by name or id
DELETE /orgs/{org}/oauth-providers/{oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Oauth Provider name or id
Response
Possible values: [
oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Billing object by name or id
Get the Billing object by name or id
GET /orgs/{org}/billings/{billing}Update the Billing object by name or id
Update the Billing object by name or id
PATCH /orgs/{org}/billings/{billing}Delete the Billing object by name or id
Delete the Billing object by name or id
DELETE /orgs/{org}/billings/{billing}Get the Job object by name or id
Get the Job object by name or id
GET /orgs/{org}/billings/{billing}/jobs/{job}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Billing name or id
Job name or id
Query Parameters
List of field names to return
Response
Possible values: [
job]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
ready,running,blocked,failed]Possible values: [
subscription-update,subscription-delete,bulk-subscription-update,bulk-subscription-delete]- body
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Job object by name or id
Delete the Job object by name or id
DELETE /orgs/{org}/billings/{billing}/jobs/{job}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Billing name or id
Job name or id
Response
Possible values: [
job]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
ready,running,blocked,failed]Possible values: [
subscription-update,subscription-delete,bulk-subscription-update,bulk-subscription-delete]- body
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Re-attempt blocked or failed job
Re-attempt blocked or failed job
POST /orgs/{org}/billings/{billing}/jobs/{job}/retryCreate a TLS Client Profile object
Create a TLS Client Profile object
POST /orgs/{org}/tls-client-profilesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all TLS Client Profile objects in all collections
List all TLS Client Profile objects in all collections
GET /orgs/{org}/tls-client-profilesClear all TLS Client Profile objects in all collections
Clear all TLS Client Profile objects in all collections
DELETE /orgs/{org}/tls-client-profilesList the TLS Client Profile objects
List the TLS Client Profile objects
GET /orgs/{org}/tls-client-profiles/{tls-client-profile-name}Clear the TLS Client Profile objects
Clear the TLS Client Profile objects
DELETE /orgs/{org}/tls-client-profiles/{tls-client-profile-name}Get the TLS Client Profile object by id
Get the TLS Client Profile object by id
GET /orgs/{org}/tls-client-profiles/{tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
Query Parameters
List of field names to return
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the TLS Client Profile object by id
Update the TLS Client Profile object by id
PATCH /orgs/{org}/tls-client-profiles/{tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the TLS Client Profile object by id
Delete the TLS Client Profile object by id
DELETE /orgs/{org}/tls-client-profiles/{tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the TLS Client Profile object by name and version
Get the TLS Client Profile object by name and version
GET /orgs/{org}/tls-client-profiles/{tls-client-profile-name}/{tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
TLS Client Profile version name
Query Parameters
List of field names to return
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the TLS Client Profile object by name and version
Update the TLS Client Profile object by name and version
PATCH /orgs/{org}/tls-client-profiles/{tls-client-profile-name}/{tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
TLS Client Profile version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a TLS Client Profile
Delete a TLS Client Profile
DELETE /orgs/{org}/tls-client-profiles/{tls-client-profile-name}/{tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
TLS Client Profile name
TLS Client Profile version name
Response
Possible values: [
tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Keystore object by name or id
Get the Keystore object by name or id
GET /orgs/{org}/keystores/{keystore}Update the Keystore object by name or id
Update the Keystore object by name or id
PATCH /orgs/{org}/keystores/{keystore}Delete the Keystore object by name or id
Delete the Keystore object by name or id
DELETE /orgs/{org}/keystores/{keystore}Get the Truststore object by name or id
Get the Truststore object by name or id
GET /orgs/{org}/truststores/{truststore}Update the Truststore object by name or id
Update the Truststore object by name or id
PATCH /orgs/{org}/truststores/{truststore}Delete the Truststore object by name or id
Delete the Truststore object by name or id
DELETE /orgs/{org}/truststores/{truststore}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Truststore name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
private_key,public_certificate,trusted_certificate]- metadata
Get the Entry object by name or id
Get the Entry object by name or id
GET /orgs/{org}/truststores/{truststore}/entries/{entry}Update the Entry object by name or id
Update the Entry object by name or id
PATCH /orgs/{org}/truststores/{truststore}/entries/{entry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Truststore name or id
Entry name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
private_key,public_certificate,trusted_certificate]- metadata
Delete the Entry object by name or id
Delete the Entry object by name or id
DELETE /orgs/{org}/truststores/{truststore}/entries/{entry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
List of field names to return
Response
Possible values: [
catalog_setting]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- portal
Possible values: [
none,drupal]
Possible values: [
staged,published,deprecated,retired,archived,replace,supersede]- application_lifecycle
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
enabled,disabled]- v5_endpoint_substitution_behavior
- base_endpoints
Possible values: [
development,production]
- vanity_api_endpoint
Possible values: [
catalog,api]- vanity_api_base_endpoints
Possible values: [
development,production]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Catalog Setting object
Update the Catalog Setting object
PUT /catalogs/{org}/{catalog}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- portal
Allowable values: [
none,drupal]
Allowable values: [
staged,published,deprecated,retired,archived,replace,supersede]- application_lifecycle
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
enabled,disabled]- v5_endpoint_substitution_behavior
- base_endpoints
Allowable values: [
development,production]
- vanity_api_endpoint
Allowable values: [
catalog,api]- vanity_api_base_endpoints
Allowable values: [
development,production]
- metadata
Response
Possible values: [
catalog_setting]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- portal
Possible values: [
none,drupal]
Possible values: [
staged,published,deprecated,retired,archived,replace,supersede]- application_lifecycle
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
enabled,disabled]- v5_endpoint_substitution_behavior
- base_endpoints
Possible values: [
development,production]
- vanity_api_endpoint
Possible values: [
catalog,api]- vanity_api_base_endpoints
Possible values: [
development,production]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Create a Configured Gateway Service object
Create a Configured Gateway Service object
POST /catalogs/{org}/{catalog}/configured-gateway-servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- sni
Allowable values: [
apim,gateway]- metadata
List the Configured Gateway Service objects
List the Configured Gateway Service objects
GET /catalogs/{org}/{catalog}/configured-gateway-servicesClear the Configured Gateway Service objects
Clear the Configured Gateway Service objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-servicesGet the Configured Gateway Service object by name or id
Get the Configured Gateway Service object by name or id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}Delete the Configured Gateway Service object by name or id
Delete the Configured Gateway Service object by name or id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}Create a Configured Catalog User Registry object
Create a Configured Catalog User Registry object
POST /catalogs/{org}/{catalog}/configured-catalog-user-registriesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Response
Possible values: [
configured_catalog_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured Catalog User Registry objects
List the Configured Catalog User Registry objects
GET /catalogs/{org}/{catalog}/configured-catalog-user-registriesGet the Configured Catalog User Registry object by name or id
Get the Configured Catalog User Registry object by name or id
GET /catalogs/{org}/{catalog}/configured-catalog-user-registries/{configured-catalog-user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Catalog User Registry name or id
Query Parameters
List of field names to return
Response
Possible values: [
configured_catalog_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured Catalog User Registry object by name or id
Delete the Configured Catalog User Registry object by name or id
DELETE /catalogs/{org}/{catalog}/configured-catalog-user-registries/{configured-catalog-user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Catalog User Registry name or id
Response
Possible values: [
configured_catalog_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured API User Registry object
Create a Configured API User Registry object
POST /catalogs/{org}/{catalog}/configured-api-user-registriesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Response
Possible values: [
configured_api_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured API User Registry objects
List the Configured API User Registry objects
GET /catalogs/{org}/{catalog}/configured-api-user-registriesClear the Configured API User Registry objects
Clear the Configured API User Registry objects
DELETE /catalogs/{org}/{catalog}/configured-api-user-registriesGet the Configured API User Registry object by name or id
Get the Configured API User Registry object by name or id
GET /catalogs/{org}/{catalog}/configured-api-user-registries/{configured-api-user-registry}Delete the Configured API User Registry object by name or id
Delete the Configured API User Registry object by name or id
DELETE /catalogs/{org}/{catalog}/configured-api-user-registries/{configured-api-user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured API User Registry name or id
Response
Possible values: [
configured_api_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured TLS Client Profile object
Create a Configured TLS Client Profile object
POST /catalogs/{org}/{catalog}/configured-tls-client-profilesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Configured TLS Client Profile objects in all collections
List all Configured TLS Client Profile objects in all collections
GET /catalogs/{org}/{catalog}/configured-tls-client-profilesClear all Configured TLS Client Profile objects in all collections
Clear all Configured TLS Client Profile objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-tls-client-profilesList the Configured TLS Client Profile objects
List the Configured TLS Client Profile objects
GET /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-name}Clear the Configured TLS Client Profile objects
Clear the Configured TLS Client Profile objects
DELETE /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-name}Get the Configured TLS Client Profile object by id
Get the Configured TLS Client Profile object by id
GET /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured TLS Client Profile name
Query Parameters
List of field names to return
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured TLS Client Profile object by id
Delete the Configured TLS Client Profile object by id
DELETE /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured TLS Client Profile name
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Configured TLS Client Profile object by name and version
Get the Configured TLS Client Profile object by name and version
GET /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-name}/{configured-tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured TLS Client Profile name
Configured TLS Client Profile version name
Query Parameters
List of field names to return
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Configured TLS Client Profile
Delete a Configured TLS Client Profile
DELETE /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-name}/{configured-tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured TLS Client Profile name
Configured TLS Client Profile version name
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured Billing object
Create a Configured Billing object
POST /catalogs/{org}/{catalog}/configured-billingsList the Configured Billing objects
List the Configured Billing objects
GET /catalogs/{org}/{catalog}/configured-billingsClear the Configured Billing objects
Clear the Configured Billing objects
DELETE /catalogs/{org}/{catalog}/configured-billingsGet the Configured Billing object by name or id
Get the Configured Billing object by name or id
GET /catalogs/{org}/{catalog}/configured-billings/{configured-billing}Delete the Configured Billing object by name or id
Delete the Configured Billing object by name or id
DELETE /catalogs/{org}/{catalog}/configured-billings/{configured-billing}Create a Configured Oauth Provider object
Create a Configured Oauth Provider object
POST /catalogs/{org}/{catalog}/configured-oauth-providersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
native,third_party]- scopes
Allowable values: [
access_code,application,password,implicit,jwt]Allowable values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Allowable values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Allowable values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Allowable values: [
external_url,authentication_url]
- openid_connect
Allowable values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Allowable values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Allowable values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Allowable values: [
connected,active,custom]Allowable values: [
basic-auth]- basic_auth
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- metadata
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured Oauth Provider objects
List the Configured Oauth Provider objects
GET /catalogs/{org}/{catalog}/configured-oauth-providersClear the Configured Oauth Provider objects
Clear the Configured Oauth Provider objects
DELETE /catalogs/{org}/{catalog}/configured-oauth-providersGet the Configured Oauth Provider object by name or id
Get the Configured Oauth Provider object by name or id
GET /catalogs/{org}/{catalog}/configured-oauth-providers/{configured-oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Oauth Provider name or id
Query Parameters
List of field names to return
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured Oauth Provider object by name or id
Delete the Configured Oauth Provider object by name or id
DELETE /catalogs/{org}/{catalog}/configured-oauth-providers/{configured-oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Oauth Provider name or id
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
List all Notification Template objects in all collections
List all Notification Template objects in all collections
GET /catalogs/{org}/{catalog}/settings/notification-templatesList the Notification Template objects
List the Notification Template objects
GET /catalogs/{org}/{catalog}/settings/notification-templates/catalogGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /catalogs/{org}/{catalog}/settings/notification-templates/catalog/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /catalogs/{org}/{catalog}/settings/notification-templates/catalog/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Notification Template objects
List the Notification Template objects
GET /catalogs/{org}/{catalog}/settings/notification-templates/spaceGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /catalogs/{org}/{catalog}/settings/notification-templates/space/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /catalogs/{org}/{catalog}/settings/notification-templates/space/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Notification Template objects
List the Notification Template objects
GET /catalogs/{org}/{catalog}/settings/notification-templates/consumerGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /catalogs/{org}/{catalog}/settings/notification-templates/consumer/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /catalogs/{org}/{catalog}/settings/notification-templates/consumer/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List all Role Default objects in all collections
List all Role Default objects in all collections
GET /catalogs/{org}/{catalog}/role-defaultsCreate a Role Default object
Create a Role Default object
POST /catalogs/{org}/{catalog}/role-defaults/consumerList the Role Default objects
List the Role Default objects
GET /catalogs/{org}/{catalog}/role-defaults/consumerClear the Role Default objects
Clear the Role Default objects
DELETE /catalogs/{org}/{catalog}/role-defaults/consumerGet the Role Default object by name or id
Get the Role Default object by name or id
GET /catalogs/{org}/{catalog}/role-defaults/consumer/{role-default}Update the Role Default object by name or id
Update the Role Default object by name or id
PATCH /catalogs/{org}/{catalog}/role-defaults/consumer/{role-default}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Role Default name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Role Default object by name or id
Delete the Role Default object by name or id
DELETE /catalogs/{org}/{catalog}/role-defaults/consumer/{role-default}Augment the Configuration Property with additional name/value pairs
Augment the Configuration Property with additional name/value pairs
PATCH /catalogs/{org}/{catalog}/propertiesList the Configuration Property objects
List the Configuration Property objects
GET /catalogs/{org}/{catalog}/propertiesClear the Configuration Property objects
Clear the Configuration Property objects
DELETE /catalogs/{org}/{catalog}/propertiesGet the Configuration Property object
Get the Configuration Property object
GET /catalogs/{org}/{catalog}/properties/{property-name}Update the Configuration Property object
Update the Configuration Property object
PATCH /catalogs/{org}/{catalog}/properties/{property-name}Delete the Configuration Property object
Delete the Configuration Property object
DELETE /catalogs/{org}/{catalog}/properties/{property-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
List of field names to return
Response
Possible values: [
catalog_setting]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- portal
Possible values: [
none,drupal]
Possible values: [
staged,published,deprecated,retired,archived,replace,supersede]- application_lifecycle
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
enabled,disabled]- v5_endpoint_substitution_behavior
- base_endpoints
Possible values: [
development,production]
- vanity_api_endpoint
Possible values: [
catalog,api]- vanity_api_base_endpoints
Possible values: [
development,production]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Catalog Setting object
Update the Catalog Setting object
PUT /catalogs/{org}/{catalog}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- portal
Allowable values: [
none,drupal]
Allowable values: [
staged,published,deprecated,retired,archived,replace,supersede]- application_lifecycle
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
enabled,disabled]- v5_endpoint_substitution_behavior
- base_endpoints
Allowable values: [
development,production]
- vanity_api_endpoint
Allowable values: [
catalog,api]- vanity_api_base_endpoints
Allowable values: [
development,production]
- metadata
Response
Possible values: [
catalog_setting]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- portal
Possible values: [
none,drupal]
Possible values: [
staged,published,deprecated,retired,archived,replace,supersede]- application_lifecycle
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
enabled,disabled]- v5_endpoint_substitution_behavior
- base_endpoints
Possible values: [
development,production]
- vanity_api_endpoint
Possible values: [
catalog,api]- vanity_api_base_endpoints
Possible values: [
development,production]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Create a Configured Gateway Service object
Create a Configured Gateway Service object
POST /catalogs/{org}/{catalog}/configured-gateway-servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- sni
Allowable values: [
apim,gateway]- metadata
List the Configured Gateway Service objects
List the Configured Gateway Service objects
GET /catalogs/{org}/{catalog}/configured-gateway-servicesClear the Configured Gateway Service objects
Clear the Configured Gateway Service objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-servicesGet the Configured Gateway Service object by name or id
Get the Configured Gateway Service object by name or id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}Delete the Configured Gateway Service object by name or id
Delete the Configured Gateway Service object by name or id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}Create a Configured Gateway Service object
Create a Configured Gateway Service object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- sni
Allowable values: [
apim,gateway]- metadata
List the Configured Gateway Service objects
List the Configured Gateway Service objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-servicesClear the Configured Gateway Service objects
Clear the Configured Gateway Service objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-servicesGet the Configured Gateway Service object by name or id
Get the Configured Gateway Service object by name or id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}Delete the Configured Gateway Service object by name or id
Delete the Configured Gateway Service object by name or id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}Create a Configured API User Registry object
Create a Configured API User Registry object
POST /spaces/{org}/{catalog}/{space}/configured-api-user-registriesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Response
Possible values: [
configured_api_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured API User Registry objects
List the Configured API User Registry objects
GET /spaces/{org}/{catalog}/{space}/configured-api-user-registriesClear the Configured API User Registry objects
Clear the Configured API User Registry objects
DELETE /spaces/{org}/{catalog}/{space}/configured-api-user-registriesGet the Configured API User Registry object by name or id
Get the Configured API User Registry object by name or id
GET /spaces/{org}/{catalog}/{space}/configured-api-user-registries/{configured-api-user-registry}Delete the Configured API User Registry object by name or id
Delete the Configured API User Registry object by name or id
DELETE /spaces/{org}/{catalog}/{space}/configured-api-user-registries/{configured-api-user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured API User Registry name or id
Response
Possible values: [
configured_api_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured TLS Client Profile object
Create a Configured TLS Client Profile object
POST /spaces/{org}/{catalog}/{space}/configured-tls-client-profilesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Configured TLS Client Profile objects in all collections
List all Configured TLS Client Profile objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-tls-client-profilesClear all Configured TLS Client Profile objects in all collections
Clear all Configured TLS Client Profile objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-tls-client-profilesList the Configured TLS Client Profile objects
List the Configured TLS Client Profile objects
GET /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Configured TLS Client Profile objects
Clear the Configured TLS Client Profile objects
DELETE /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-name}Get the Configured TLS Client Profile object by id
Get the Configured TLS Client Profile object by id
GET /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Query Parameters
List of field names to return
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured TLS Client Profile object by id
Delete the Configured TLS Client Profile object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Configured TLS Client Profile object by name and version
Get the Configured TLS Client Profile object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-name}/{configured-tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Configured TLS Client Profile version name
Query Parameters
List of field names to return
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Configured TLS Client Profile
Delete a Configured TLS Client Profile
DELETE /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-name}/{configured-tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Configured TLS Client Profile version name
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured Billing object
Create a Configured Billing object
POST /spaces/{org}/{catalog}/{space}/configured-billingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- configuration
- metadata
List the Configured Billing objects
List the Configured Billing objects
GET /spaces/{org}/{catalog}/{space}/configured-billingsClear the Configured Billing objects
Clear the Configured Billing objects
DELETE /spaces/{org}/{catalog}/{space}/configured-billingsGet the Configured Billing object by name or id
Get the Configured Billing object by name or id
GET /spaces/{org}/{catalog}/{space}/configured-billings/{configured-billing}Delete the Configured Billing object by name or id
Delete the Configured Billing object by name or id
DELETE /spaces/{org}/{catalog}/{space}/configured-billings/{configured-billing}Create a Configured Oauth Provider object
Create a Configured Oauth Provider object
POST /spaces/{org}/{catalog}/{space}/configured-oauth-providersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
native,third_party]- scopes
Allowable values: [
access_code,application,password,implicit,jwt]Allowable values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Allowable values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Allowable values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Allowable values: [
external_url,authentication_url]
- openid_connect
Allowable values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Allowable values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Allowable values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Allowable values: [
connected,active,custom]Allowable values: [
basic-auth]- basic_auth
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- metadata
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured Oauth Provider objects
List the Configured Oauth Provider objects
GET /spaces/{org}/{catalog}/{space}/configured-oauth-providersClear the Configured Oauth Provider objects
Clear the Configured Oauth Provider objects
DELETE /spaces/{org}/{catalog}/{space}/configured-oauth-providersGet the Configured Oauth Provider object by name or id
Get the Configured Oauth Provider object by name or id
GET /spaces/{org}/{catalog}/{space}/configured-oauth-providers/{configured-oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Oauth Provider name or id
Query Parameters
List of field names to return
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured Oauth Provider object by name or id
Delete the Configured Oauth Provider object by name or id
DELETE /spaces/{org}/{catalog}/{space}/configured-oauth-providers/{configured-oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Oauth Provider name or id
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Space Setting object
Get the Space Setting object
GET /spaces/{org}/{catalog}/{space}/settingsUpdate the Space Setting object
Update the Space Setting object
PUT /spaces/{org}/{catalog}/{space}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: 0 ≤ value ≤ 2147483647
- metadata
List all Notification Template objects in all collections
List all Notification Template objects in all collections
GET /spaces/{org}/{catalog}/{space}/settings/notification-templatesList the Notification Template objects
List the Notification Template objects
GET /spaces/{org}/{catalog}/{space}/settings/notification-templates/spaceGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /spaces/{org}/{catalog}/{space}/settings/notification-templates/space/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /spaces/{org}/{catalog}/{space}/settings/notification-templates/space/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Notification Template objects
List the Notification Template objects
GET /spaces/{org}/{catalog}/{space}/settings/notification-templates/consumerGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /spaces/{org}/{catalog}/{space}/settings/notification-templates/consumer/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /spaces/{org}/{catalog}/{space}/settings/notification-templates/consumer/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List all Role Default objects in all collections
List all Role Default objects in all collections
GET /spaces/{org}/{catalog}/{space}/role-defaultsCreate a Role Default object
Create a Role Default object
POST /spaces/{org}/{catalog}/{space}/role-defaults/consumerRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Role Default objects
List the Role Default objects
GET /spaces/{org}/{catalog}/{space}/role-defaults/consumerClear the Role Default objects
Clear the Role Default objects
DELETE /spaces/{org}/{catalog}/{space}/role-defaults/consumerGet the Role Default object by name or id
Get the Role Default object by name or id
GET /spaces/{org}/{catalog}/{space}/role-defaults/consumer/{role-default}Update the Role Default object by name or id
Update the Role Default object by name or id
PATCH /spaces/{org}/{catalog}/{space}/role-defaults/consumer/{role-default}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Role Default name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Role Default object by name or id
Delete the Role Default object by name or id
DELETE /spaces/{org}/{catalog}/{space}/role-defaults/consumer/{role-default}Create a Configured Gateway Service object
Create a Configured Gateway Service object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- sni
Allowable values: [
apim,gateway]- metadata
List the Configured Gateway Service objects
List the Configured Gateway Service objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-servicesClear the Configured Gateway Service objects
Clear the Configured Gateway Service objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-servicesGet the Configured Gateway Service object by name or id
Get the Configured Gateway Service object by name or id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}Delete the Configured Gateway Service object by name or id
Delete the Configured Gateway Service object by name or id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}Create a Configured Catalog User Registry object
Create a Configured Catalog User Registry object
POST /catalogs/{org}/{catalog}/configured-catalog-user-registriesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Response
Possible values: [
configured_catalog_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured Catalog User Registry objects
List the Configured Catalog User Registry objects
GET /catalogs/{org}/{catalog}/configured-catalog-user-registriesGet the Configured Catalog User Registry object by name or id
Get the Configured Catalog User Registry object by name or id
GET /catalogs/{org}/{catalog}/configured-catalog-user-registries/{configured-catalog-user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Catalog User Registry name or id
Query Parameters
List of field names to return
Response
Possible values: [
configured_catalog_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured Catalog User Registry object by name or id
Delete the Configured Catalog User Registry object by name or id
DELETE /catalogs/{org}/{catalog}/configured-catalog-user-registries/{configured-catalog-user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Catalog User Registry name or id
Response
Possible values: [
configured_catalog_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured API User Registry object
Create a Configured API User Registry object
POST /catalogs/{org}/{catalog}/configured-api-user-registriesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Response
Possible values: [
configured_api_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured API User Registry objects
List the Configured API User Registry objects
GET /catalogs/{org}/{catalog}/configured-api-user-registriesClear the Configured API User Registry objects
Clear the Configured API User Registry objects
DELETE /catalogs/{org}/{catalog}/configured-api-user-registriesGet the Configured API User Registry object by name or id
Get the Configured API User Registry object by name or id
GET /catalogs/{org}/{catalog}/configured-api-user-registries/{configured-api-user-registry}Delete the Configured API User Registry object by name or id
Delete the Configured API User Registry object by name or id
DELETE /catalogs/{org}/{catalog}/configured-api-user-registries/{configured-api-user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured API User Registry name or id
Response
Possible values: [
configured_api_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured API User Registry object
Create a Configured API User Registry object
POST /spaces/{org}/{catalog}/{space}/configured-api-user-registriesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
active,suspended]- identity_providers
- configuration
- metadata
Response
Possible values: [
configured_api_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured API User Registry objects
List the Configured API User Registry objects
GET /spaces/{org}/{catalog}/{space}/configured-api-user-registriesClear the Configured API User Registry objects
Clear the Configured API User Registry objects
DELETE /spaces/{org}/{catalog}/{space}/configured-api-user-registriesGet the Configured API User Registry object by name or id
Get the Configured API User Registry object by name or id
GET /spaces/{org}/{catalog}/{space}/configured-api-user-registries/{configured-api-user-registry}Delete the Configured API User Registry object by name or id
Delete the Configured API User Registry object by name or id
DELETE /spaces/{org}/{catalog}/{space}/configured-api-user-registries/{configured-api-user-registry}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured API User Registry name or id
Response
Possible values: [
configured_api_user_registry]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
active,suspended]- identity_providers
- configuration
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured TLS Client Profile object
Create a Configured TLS Client Profile object
POST /catalogs/{org}/{catalog}/configured-tls-client-profilesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Configured TLS Client Profile objects in all collections
List all Configured TLS Client Profile objects in all collections
GET /catalogs/{org}/{catalog}/configured-tls-client-profilesClear all Configured TLS Client Profile objects in all collections
Clear all Configured TLS Client Profile objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-tls-client-profilesList the Configured TLS Client Profile objects
List the Configured TLS Client Profile objects
GET /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-name}Clear the Configured TLS Client Profile objects
Clear the Configured TLS Client Profile objects
DELETE /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-name}Get the Configured TLS Client Profile object by id
Get the Configured TLS Client Profile object by id
GET /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured TLS Client Profile name
Query Parameters
List of field names to return
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured TLS Client Profile object by id
Delete the Configured TLS Client Profile object by id
DELETE /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured TLS Client Profile name
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Configured TLS Client Profile object by name and version
Get the Configured TLS Client Profile object by name and version
GET /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-name}/{configured-tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured TLS Client Profile name
Configured TLS Client Profile version name
Query Parameters
List of field names to return
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Configured TLS Client Profile
Delete a Configured TLS Client Profile
DELETE /catalogs/{org}/{catalog}/configured-tls-client-profiles/{configured-tls-client-profile-name}/{configured-tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured TLS Client Profile name
Configured TLS Client Profile version name
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured TLS Client Profile object
Create a Configured TLS Client Profile object
POST /spaces/{org}/{catalog}/{space}/configured-tls-client-profilesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Allowable values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Default:
trueAllowable values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]Default:
true- metadata
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Configured TLS Client Profile objects in all collections
List all Configured TLS Client Profile objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-tls-client-profilesClear all Configured TLS Client Profile objects in all collections
Clear all Configured TLS Client Profile objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-tls-client-profilesList the Configured TLS Client Profile objects
List the Configured TLS Client Profile objects
GET /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Configured TLS Client Profile objects
Clear the Configured TLS Client Profile objects
DELETE /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-name}Get the Configured TLS Client Profile object by id
Get the Configured TLS Client Profile object by id
GET /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Query Parameters
List of field names to return
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured TLS Client Profile object by id
Delete the Configured TLS Client Profile object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Configured TLS Client Profile object by name and version
Get the Configured TLS Client Profile object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-name}/{configured-tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Configured TLS Client Profile version name
Query Parameters
List of field names to return
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Configured TLS Client Profile
Delete a Configured TLS Client Profile
DELETE /spaces/{org}/{catalog}/{space}/configured-tls-client-profiles/{configured-tls-client-profile-name}/{configured-tls-client-profile-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured TLS Client Profile name
Configured TLS Client Profile version name
Response
Possible values: [
configured_tls_client_profile]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
tls_v1.0,tls_v1.1,tls_v1.2,tls_v1.3]Possible values: [
TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_128_CCM_SHA256,TLS_AES_128_CCM_8_SHA256,ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,ECDHE_RSA_WITH_AES_256_GCM_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,ECDHE_RSA_WITH_AES_256_CBC_SHA384,ECDHE_ECDSA_WITH_AES_256_CBC_SHA,ECDHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_GCM_SHA384,DHE_RSA_WITH_AES_256_CBC_SHA256,DHE_DSS_WITH_AES_256_CBC_SHA256,DHE_RSA_WITH_AES_256_CBC_SHA,DHE_DSS_WITH_AES_256_CBC_SHA,RSA_WITH_AES_256_GCM_SHA384,RSA_WITH_AES_256_CBC_SHA256,RSA_WITH_AES_256_CBC_SHA,ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,ECDHE_RSA_WITH_AES_128_GCM_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,ECDHE_RSA_WITH_AES_128_CBC_SHA256,ECDHE_ECDSA_WITH_AES_128_CBC_SHA,ECDHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_GCM_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA256,DHE_DSS_WITH_AES_128_CBC_SHA256,DHE_RSA_WITH_AES_128_CBC_SHA,DHE_DSS_WITH_AES_128_CBC_SHA,RSA_WITH_AES_128_GCM_SHA256,RSA_WITH_AES_128_CBC_SHA256,RSA_WITH_AES_128_CBC_SHA,ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_RSA_WITH_3DES_EDE_CBC_SHA,DHE_DSS_WITH_3DES_EDE_CBC_SHA,RSA_WITH_3DES_EDE_CBC_SHA]Possible values: [
sect163k1,sect163r1,sect163r2,sect193r1,sect193r2,sect233k1,sect233r1,sect239k1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp160k1,secp160r1,secp160r2,secp192k1,secp192r1,prime192v1,secp224k1,secp224r1,secp256k1,secp256r1,prime256v1,secp384r1,secp521r1,brainpoolP256r1,brainpoolP384r1,brainpoolP512r1]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured Billing object
Create a Configured Billing object
POST /catalogs/{org}/{catalog}/configured-billingsList the Configured Billing objects
List the Configured Billing objects
GET /catalogs/{org}/{catalog}/configured-billingsClear the Configured Billing objects
Clear the Configured Billing objects
DELETE /catalogs/{org}/{catalog}/configured-billingsGet the Configured Billing object by name or id
Get the Configured Billing object by name or id
GET /catalogs/{org}/{catalog}/configured-billings/{configured-billing}Delete the Configured Billing object by name or id
Delete the Configured Billing object by name or id
DELETE /catalogs/{org}/{catalog}/configured-billings/{configured-billing}Create a Configured Billing object
Create a Configured Billing object
POST /spaces/{org}/{catalog}/{space}/configured-billingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- configuration
- metadata
List the Configured Billing objects
List the Configured Billing objects
GET /spaces/{org}/{catalog}/{space}/configured-billingsClear the Configured Billing objects
Clear the Configured Billing objects
DELETE /spaces/{org}/{catalog}/{space}/configured-billingsGet the Configured Billing object by name or id
Get the Configured Billing object by name or id
GET /spaces/{org}/{catalog}/{space}/configured-billings/{configured-billing}Delete the Configured Billing object by name or id
Delete the Configured Billing object by name or id
DELETE /spaces/{org}/{catalog}/{space}/configured-billings/{configured-billing}Create a Configured Oauth Provider object
Create a Configured Oauth Provider object
POST /catalogs/{org}/{catalog}/configured-oauth-providersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
native,third_party]- scopes
Allowable values: [
access_code,application,password,implicit,jwt]Allowable values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Allowable values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Allowable values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Allowable values: [
external_url,authentication_url]
- openid_connect
Allowable values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Allowable values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Allowable values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Allowable values: [
connected,active,custom]Allowable values: [
basic-auth]- basic_auth
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- metadata
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured Oauth Provider objects
List the Configured Oauth Provider objects
GET /catalogs/{org}/{catalog}/configured-oauth-providersClear the Configured Oauth Provider objects
Clear the Configured Oauth Provider objects
DELETE /catalogs/{org}/{catalog}/configured-oauth-providersGet the Configured Oauth Provider object by name or id
Get the Configured Oauth Provider object by name or id
GET /catalogs/{org}/{catalog}/configured-oauth-providers/{configured-oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Oauth Provider name or id
Query Parameters
List of field names to return
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured Oauth Provider object by name or id
Delete the Configured Oauth Provider object by name or id
DELETE /catalogs/{org}/{catalog}/configured-oauth-providers/{configured-oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Oauth Provider name or id
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Configured Oauth Provider object
Create a Configured Oauth Provider object
POST /spaces/{org}/{catalog}/{space}/configured-oauth-providersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
native,third_party]- scopes
Allowable values: [
access_code,application,password,implicit,jwt]Allowable values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Allowable values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Allowable values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Allowable values: [
external_url,authentication_url]
- openid_connect
Allowable values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Allowable values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Allowable values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Allowable values: [
connected,active,custom]Allowable values: [
basic-auth]- basic_auth
- advanced_scope_security
Allowable values: [
basic-auth]- basic_auth
- metadata
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Configured Oauth Provider objects
List the Configured Oauth Provider objects
GET /spaces/{org}/{catalog}/{space}/configured-oauth-providersClear the Configured Oauth Provider objects
Clear the Configured Oauth Provider objects
DELETE /spaces/{org}/{catalog}/{space}/configured-oauth-providersGet the Configured Oauth Provider object by name or id
Get the Configured Oauth Provider object by name or id
GET /spaces/{org}/{catalog}/{space}/configured-oauth-providers/{configured-oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Oauth Provider name or id
Query Parameters
List of field names to return
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Configured Oauth Provider object by name or id
Delete the Configured Oauth Provider object by name or id
DELETE /spaces/{org}/{catalog}/{space}/configured-oauth-providers/{configured-oauth-provider}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Oauth Provider name or id
Response
Possible values: [
configured_oauth_provider]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
native,third_party]- scopes
Possible values: [
access_code,application,password,implicit,jwt]Possible values: [
5000,6000]- advanced_scope
- native_provider
- api
- token_secret
Possible values: [
confidential,public]Possible values: 1 ≤ value ≤ 600
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- refresh_token
Possible values: 0 ≤ value ≤ 2147483647
Possible values: 0 ≤ value ≤ 2147483647
- revocation
Possible values: [
native,third_party]- application_revocation
- owner_revocation
- token_introspection
- token_metadata
Possible values: [
external_url,authentication_url]
- openid_connect
Possible values: [
code_id_token,code_access_token,code_id_token_access_token]
- pkce
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- native_provider_5000
- identity_extraction
Possible values: [
basic,default_form,custom_form,redirect]
- authentication
- authorization
Possible values: [
default_form,custom_form,authenticated]
- scope_validators
- third_party_config
Possible values: [
connected,active,custom]Possible values: [
basic-auth]- basic_auth
- advanced_scope_security
Possible values: [
basic-auth]- basic_auth
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
List all Notification Template objects in all collections
List all Notification Template objects in all collections
GET /catalogs/{org}/{catalog}/settings/notification-templatesList the Notification Template objects
List the Notification Template objects
GET /catalogs/{org}/{catalog}/settings/notification-templates/catalogGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /catalogs/{org}/{catalog}/settings/notification-templates/catalog/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /catalogs/{org}/{catalog}/settings/notification-templates/catalog/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Notification Template objects
List the Notification Template objects
GET /catalogs/{org}/{catalog}/settings/notification-templates/spaceGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /catalogs/{org}/{catalog}/settings/notification-templates/space/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /catalogs/{org}/{catalog}/settings/notification-templates/space/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Notification Template objects
List the Notification Template objects
GET /catalogs/{org}/{catalog}/settings/notification-templates/consumerGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /catalogs/{org}/{catalog}/settings/notification-templates/consumer/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /catalogs/{org}/{catalog}/settings/notification-templates/consumer/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List all Role Default objects in all collections
List all Role Default objects in all collections
GET /catalogs/{org}/{catalog}/role-defaultsCreate a Role Default object
Create a Role Default object
POST /catalogs/{org}/{catalog}/role-defaults/consumerList the Role Default objects
List the Role Default objects
GET /catalogs/{org}/{catalog}/role-defaults/consumerClear the Role Default objects
Clear the Role Default objects
DELETE /catalogs/{org}/{catalog}/role-defaults/consumerGet the Role Default object by name or id
Get the Role Default object by name or id
GET /catalogs/{org}/{catalog}/role-defaults/consumer/{role-default}Update the Role Default object by name or id
Update the Role Default object by name or id
PATCH /catalogs/{org}/{catalog}/role-defaults/consumer/{role-default}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Role Default name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Role Default object by name or id
Delete the Role Default object by name or id
DELETE /catalogs/{org}/{catalog}/role-defaults/consumer/{role-default}Augment the Configuration Property with additional name/value pairs
Augment the Configuration Property with additional name/value pairs
PATCH /catalogs/{org}/{catalog}/propertiesList the Configuration Property objects
List the Configuration Property objects
GET /catalogs/{org}/{catalog}/propertiesClear the Configuration Property objects
Clear the Configuration Property objects
DELETE /catalogs/{org}/{catalog}/propertiesGet the Configuration Property object
Get the Configuration Property object
GET /catalogs/{org}/{catalog}/properties/{property-name}Update the Configuration Property object
Update the Configuration Property object
PATCH /catalogs/{org}/{catalog}/properties/{property-name}Delete the Configuration Property object
Delete the Configuration Property object
DELETE /catalogs/{org}/{catalog}/properties/{property-name}Get the Catalog object by name or id
Get the Catalog object by name or id
GET /catalogs/{org}/{catalog}Update the Catalog object by name or id
Update the Catalog object by name or id
PATCH /catalogs/{org}/{catalog}Delete the Catalog object by name or id
Delete the Catalog object by name or id
DELETE /catalogs/{org}/{catalog}Transfer owner to an associate
Transfer owner to an associate
POST /catalogs/{org}/{catalog}/transfer-ownerRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
The list of gateway service names to support partial publishing
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
The list of gateway service names to support partial publishing
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
The list of gateway service names to support partial publishing
Form Parameters
- product
Allowable values: [
1.0.0]- info
- openapi
Allowable values: [
2.0.0]- info
- wsdl
- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
The list of gateway service names to support partial publishing
Form Parameters
- product
Allowable values: [
1.0.0]- info
- openapi
Allowable values: [
2.0.0]- info
- wsdl
- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Create a Catalog Invitation object
Create a Catalog Invitation object
POST /orgs/{org}/catalog-invitationsList the Catalog Invitation objects
List the Catalog Invitation objects
GET /orgs/{org}/catalog-invitationsGet the Catalog Invitation object by name or id
Get the Catalog Invitation object by name or id
GET /orgs/{org}/catalog-invitations/{invitation}Update the Catalog Invitation object by name or id
Update the Catalog Invitation object by name or id
PATCH /orgs/{org}/catalog-invitations/{invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Consumer Organization Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Catalog Invitation object by name or id
Delete the Catalog Invitation object by name or id
DELETE /orgs/{org}/catalog-invitations/{invitation}Regenerate the Catalog Invitation
Regenerate the Catalog Invitation
POST /orgs/{org}/catalog-invitations/{invitation}/regenerateRegister using the Catalog Invitation
Register using the Catalog Invitation
POST /orgs/{org}/catalog-invitations/{invitation}/registerAccept using the Catalog Invitation
Accept using the Catalog Invitation
POST /orgs/{org}/catalog-invitations/{invitation}/acceptCreate a Member Invitation object
Create a Member Invitation object
POST /catalogs/{org}/{catalog}/member-invitationsList the Member Invitation objects
List the Member Invitation objects
GET /catalogs/{org}/{catalog}/member-invitationsClear the Member Invitation objects
Clear the Member Invitation objects
DELETE /catalogs/{org}/{catalog}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /catalogs/{org}/{catalog}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /catalogs/{org}/{catalog}/member-invitations/{member-invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Member Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /catalogs/{org}/{catalog}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /catalogs/{org}/{catalog}/member-invitations/{member-invitation}/regenerateRegister using the Member Invitation
Register using the Member Invitation
POST /catalogs/{org}/{catalog}/member-invitations/{member-invitation}/registerAccept using the Member Invitation
Accept using the Member Invitation
POST /catalogs/{org}/{catalog}/member-invitations/{member-invitation}/acceptRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Get the Member object by name or id
Get the Member object by name or id
GET /catalogs/{org}/{catalog}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /catalogs/{org}/{catalog}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /catalogs/{org}/{catalog}/members/{member}Get the Task object by name or id
Get the Task object by name or id
GET /catalogs/{org}/{catalog}/tasks/{task}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Task name or id
Query Parameters
List of field names to return
Response
Possible values: [
task]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
product_lifecycle,subscription,application_lifecycle]Possible values: [
pending,approved,rejected,cancelled]- properties
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Task object by name or id
Update the Task object by name or id
PATCH /catalogs/{org}/{catalog}/tasks/{task}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Task name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
product_lifecycle,subscription,application_lifecycle]Allowable values: [
pending,approved,rejected,cancelled]- properties
- metadata
Response
Possible values: [
task]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
product_lifecycle,subscription,application_lifecycle]Possible values: [
pending,approved,rejected,cancelled]- properties
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the Role object by name or id
Get the Role object by name or id
GET /catalogs/{org}/{catalog}/roles/{role}Update the Role object by name or id
Update the Role object by name or id
PATCH /catalogs/{org}/{catalog}/roles/{role}Get the Catalog object by name or id
Get the Catalog object by name or id
GET /catalogs/{org}/{catalog}Update the Catalog object by name or id
Update the Catalog object by name or id
PATCH /catalogs/{org}/{catalog}Delete the Catalog object by name or id
Delete the Catalog object by name or id
DELETE /catalogs/{org}/{catalog}Transfer owner to an associate
Transfer owner to an associate
POST /catalogs/{org}/{catalog}/transfer-ownerRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
The list of gateway service names to support partial publishing
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
The list of gateway service names to support partial publishing
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
The list of gateway service names to support partial publishing
Form Parameters
- product
Allowable values: [
1.0.0]- info
- openapi
Allowable values: [
2.0.0]- info
- wsdl
- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
The list of gateway service names to support partial publishing
Form Parameters
- product
Allowable values: [
1.0.0]- info
- openapi
Allowable values: [
2.0.0]- info
- wsdl
- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Create a Catalog Invitation object
Create a Catalog Invitation object
POST /orgs/{org}/catalog-invitationsList the Catalog Invitation objects
List the Catalog Invitation objects
GET /orgs/{org}/catalog-invitationsGet the Catalog Invitation object by name or id
Get the Catalog Invitation object by name or id
GET /orgs/{org}/catalog-invitations/{invitation}Update the Catalog Invitation object by name or id
Update the Catalog Invitation object by name or id
PATCH /orgs/{org}/catalog-invitations/{invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Consumer Organization Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Catalog Invitation object by name or id
Delete the Catalog Invitation object by name or id
DELETE /orgs/{org}/catalog-invitations/{invitation}Regenerate the Catalog Invitation
Regenerate the Catalog Invitation
POST /orgs/{org}/catalog-invitations/{invitation}/regenerateRegister using the Catalog Invitation
Register using the Catalog Invitation
POST /orgs/{org}/catalog-invitations/{invitation}/registerAccept using the Catalog Invitation
Accept using the Catalog Invitation
POST /orgs/{org}/catalog-invitations/{invitation}/acceptCreate a Member Invitation object
Create a Member Invitation object
POST /catalogs/{org}/{catalog}/member-invitationsList the Member Invitation objects
List the Member Invitation objects
GET /catalogs/{org}/{catalog}/member-invitationsClear the Member Invitation objects
Clear the Member Invitation objects
DELETE /catalogs/{org}/{catalog}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /catalogs/{org}/{catalog}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /catalogs/{org}/{catalog}/member-invitations/{member-invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Member Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /catalogs/{org}/{catalog}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /catalogs/{org}/{catalog}/member-invitations/{member-invitation}/regenerateRegister using the Member Invitation
Register using the Member Invitation
POST /catalogs/{org}/{catalog}/member-invitations/{member-invitation}/registerAccept using the Member Invitation
Accept using the Member Invitation
POST /catalogs/{org}/{catalog}/member-invitations/{member-invitation}/acceptRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Get the Member object by name or id
Get the Member object by name or id
GET /catalogs/{org}/{catalog}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /catalogs/{org}/{catalog}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /catalogs/{org}/{catalog}/members/{member}Get the Task object by name or id
Get the Task object by name or id
GET /catalogs/{org}/{catalog}/tasks/{task}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Task name or id
Query Parameters
List of field names to return
Response
Possible values: [
task]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
product_lifecycle,subscription,application_lifecycle]Possible values: [
pending,approved,rejected,cancelled]- properties
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Task object by name or id
Update the Task object by name or id
PATCH /catalogs/{org}/{catalog}/tasks/{task}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Task name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
product_lifecycle,subscription,application_lifecycle]Allowable values: [
pending,approved,rejected,cancelled]- properties
- metadata
Response
Possible values: [
task]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
product_lifecycle,subscription,application_lifecycle]Possible values: [
pending,approved,rejected,cancelled]- properties
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the Role object by name or id
Get the Role object by name or id
GET /catalogs/{org}/{catalog}/roles/{role}Update the Role object by name or id
Update the Role object by name or id
PATCH /catalogs/{org}/{catalog}/roles/{role}Create a Global Policy object
Create a Global Policy object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
List all Global Policy objects in all collections
List all Global Policy objects in all collections
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policiesClear all Global Policy objects in all collections
Clear all Global Policy objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policiesList the Global Policy objects
List the Global Policy objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Global Policy name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Global Policy objects
Clear the Global Policy objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}Get the Global Policy object by id
Get the Global Policy object by id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Update the Global Policy object by id
Update the Global Policy object by id
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Global Policy name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
Delete the Global Policy object by id
Delete the Global Policy object by id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Get the Global Policy object by name and version
Get the Global Policy object by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Update the Global Policy object by name and version
Update the Global Policy object by name and version
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Global Policy name
Global Policy version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
Delete a Global Policy
Delete a Global Policy
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Get the Global Policy document
Get the Global Policy document
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}/documentGet the Global Policy document by name and version
Get the Global Policy document by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}/documentCreate a Policy object
Create a Policy object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Form Parameters
- policy
Allowable values: [
1.0.0]- info
- implementation
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Policy objects in all collections
List all Policy objects in all collections
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policiesClear all Policy objects in all collections
Clear all Policy objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policiesList the Policy objects
List the Policy objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Policy objects
Clear the Policy objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}Get the Policy object by id
Get the Policy object by id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Query Parameters
List of field names to return
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Policy object by id
Update the Policy object by id
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- policy
- implementation
Allowable values: [
application/zip]
- metadata
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Policy object by id
Delete the Policy object by id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Policy object by name and version
Get the Policy object by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Policy version name
Query Parameters
List of field names to return
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Policy object by name and version
Update the Policy object by name and version
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Policy version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- policy
- implementation
Allowable values: [
application/zip]
- metadata
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Policy
Delete a Policy
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Policy version name
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Policy document
Get the Policy document
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}/documentGet the Policy document by name and version
Get the Policy document by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}/documentGet the Policy implementation document
Get the Policy implementation document
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}/implementationGet the Policy implementation document by name and version
Get the Policy implementation document by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}/implementationCreate a Extension object
Create a Extension object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
List all Extension objects in all collections
List all Extension objects in all collections
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensionsClear all Extension objects in all collections
Clear all Extension objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensionsList the Extension objects
List the Extension objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Extension name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Extension objects
Clear the Extension objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}Get the Extension object by id
Get the Extension object by id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Update the Extension object by id
Update the Extension object by id
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Extension name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
Delete the Extension object by id
Delete the Extension object by id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Get the Extension object by name and version
Get the Extension object by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Update the Extension object by name and version
Update the Extension object by name and version
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Extension name
Extension version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
Delete a Extension
Delete a Extension
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Get the Extension document
Get the Extension document
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}/documentGet the Extension document by name and version
Get the Extension document by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}/documentCreate a Service object
Create a Service object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Service objects in all collections
List all Service objects in all collections
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/servicesClear all Service objects in all collections
Clear all Service objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/servicesList the Service objects
List the Service objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Service objects
Clear the Service objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}Get the Service object by id
Get the Service object by id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Query Parameters
List of field names to return
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Service object by id
Update the Service object by id
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Service object by id
Delete the Service object by id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Service object by name and version
Get the Service object by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Service version name
Query Parameters
List of field names to return
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Service object by name and version
Update the Service object by name and version
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Service version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Service
Delete a Service
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Service version name
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create the Global Policy Prehook object
Create the Global Policy Prehook object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Get the Global Policy Prehook object
Get the Global Policy Prehook object
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookUpdate the Global Policy Prehook object
Update the Global Policy Prehook object
PUT /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Global Policy Prehook object
Delete the Global Policy Prehook object
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookCreate the Global Policy Posthook object
Create the Global Policy Posthook object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Get the Global Policy Posthook object
Get the Global Policy Posthook object
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookUpdate the Global Policy Posthook object
Update the Global Policy Posthook object
PUT /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Global Policy Posthook object
Delete the Global Policy Posthook object
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookList the Analytics Service objects
List the Analytics Service objects
GET /catalogs/{org}/{catalog}/analytics-servicesGet the Analytics Service object by name or id
Get the Analytics Service object by name or id
GET /catalogs/{org}/{catalog}/analytics-services/{analytics-service}Create an Analytics object
Create an Analytics object
POST /catalogs/{org}/{catalog}/analytics-services/{analytics-service}/analyticsCreate a Global Policy object
Create a Global Policy object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
List all Global Policy objects in all collections
List all Global Policy objects in all collections
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policiesClear all Global Policy objects in all collections
Clear all Global Policy objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policiesList the Global Policy objects
List the Global Policy objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Global Policy name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Global Policy objects
Clear the Global Policy objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}Get the Global Policy object by id
Get the Global Policy object by id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Update the Global Policy object by id
Update the Global Policy object by id
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Global Policy name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
Delete the Global Policy object by id
Delete the Global Policy object by id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Get the Global Policy object by name and version
Get the Global Policy object by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Update the Global Policy object by name and version
Update the Global Policy object by name and version
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Global Policy name
Global Policy version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
Delete a Global Policy
Delete a Global Policy
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Get the Global Policy document
Get the Global Policy document
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}/documentGet the Global Policy document by name and version
Get the Global Policy document by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}/documentCreate a Global Policy object
Create a Global Policy object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
List all Global Policy objects in all collections
List all Global Policy objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear all Global Policy objects in all collections
Clear all Global Policy objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policiesList the Global Policy objects
List the Global Policy objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Global Policy name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Global Policy objects
Clear the Global Policy objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}Get the Global Policy object by id
Get the Global Policy object by id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Update the Global Policy object by id
Update the Global Policy object by id
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Global Policy name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
Delete the Global Policy object by id
Delete the Global Policy object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Get the Global Policy object by name and version
Get the Global Policy object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Update the Global Policy object by name and version
Update the Global Policy object by name and version
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Global Policy name
Global Policy version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
Delete a Global Policy
Delete a Global Policy
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Get the Global Policy document
Get the Global Policy document
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}/documentGet the Global Policy document by name and version
Get the Global Policy document by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}/documentCreate a Policy object
Create a Policy object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Form Parameters
- policy
Allowable values: [
1.0.0]- info
- implementation
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Policy objects in all collections
List all Policy objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear all Policy objects in all collections
Clear all Policy objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policiesList the Policy objects
List the Policy objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Policy objects
Clear the Policy objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}Get the Policy object by id
Get the Policy object by id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Query Parameters
List of field names to return
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Policy object by id
Update the Policy object by id
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- policy
- implementation
Allowable values: [
application/zip]
- metadata
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Policy object by id
Delete the Policy object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Policy object by name and version
Get the Policy object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Policy version name
Query Parameters
List of field names to return
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Policy object by name and version
Update the Policy object by name and version
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Policy version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- policy
- implementation
Allowable values: [
application/zip]
- metadata
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Policy
Delete a Policy
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Policy version name
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Policy document
Get the Policy document
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}/documentGet the Policy document by name and version
Get the Policy document by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}/documentGet the Policy implementation document
Get the Policy implementation document
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}/implementationGet the Policy implementation document by name and version
Get the Policy implementation document by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}/implementationCreate a Extension object
Create a Extension object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
List all Extension objects in all collections
List all Extension objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear all Extension objects in all collections
Clear all Extension objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensionsList the Extension objects
List the Extension objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Extension name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Extension objects
Clear the Extension objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}Get the Extension object by id
Get the Extension object by id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Update the Extension object by id
Update the Extension object by id
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Extension name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
Delete the Extension object by id
Delete the Extension object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Get the Extension object by name and version
Get the Extension object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Update the Extension object by name and version
Update the Extension object by name and version
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Extension name
Extension version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
Delete a Extension
Delete a Extension
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Get the Extension document
Get the Extension document
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}/documentGet the Extension document by name and version
Get the Extension document by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}/documentCreate a Service object
Create a Service object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Service objects in all collections
List all Service objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear all Service objects in all collections
Clear all Service objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/servicesList the Service objects
List the Service objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Service objects
Clear the Service objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}Get the Service object by id
Get the Service object by id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Query Parameters
List of field names to return
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Service object by id
Update the Service object by id
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Service object by id
Delete the Service object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Service object by name and version
Get the Service object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Service version name
Query Parameters
List of field names to return
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Service object by name and version
Update the Service object by name and version
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Service version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Service
Delete a Service
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Service version name
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create the Global Policy Prehook object
Create the Global Policy Prehook object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Get the Global Policy Prehook object
Get the Global Policy Prehook object
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookUpdate the Global Policy Prehook object
Update the Global Policy Prehook object
PUT /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Global Policy Prehook object
Delete the Global Policy Prehook object
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookCreate the Global Policy Posthook object
Create the Global Policy Posthook object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Get the Global Policy Posthook object
Get the Global Policy Posthook object
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookUpdate the Global Policy Posthook object
Update the Global Policy Posthook object
PUT /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Global Policy Posthook object
Delete the Global Policy Posthook object
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookList the Analytics Service objects
List the Analytics Service objects
GET /spaces/{org}/{catalog}/{space}/analytics-servicesGet the Analytics Service object by name or id
Get the Analytics Service object by name or id
GET /spaces/{org}/{catalog}/{space}/analytics-services/{analytics-service}Create an Analytics object
Create an Analytics object
POST /spaces/{org}/{catalog}/{space}/analytics-services/{analytics-service}/analyticsCreate a Global Policy object
Create a Global Policy object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
List all Global Policy objects in all collections
List all Global Policy objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear all Global Policy objects in all collections
Clear all Global Policy objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policiesList the Global Policy objects
List the Global Policy objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Global Policy name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Global Policy objects
Clear the Global Policy objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}Get the Global Policy object by id
Get the Global Policy object by id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Update the Global Policy object by id
Update the Global Policy object by id
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Global Policy name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
Delete the Global Policy object by id
Delete the Global Policy object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}Get the Global Policy object by name and version
Get the Global Policy object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Update the Global Policy object by name and version
Update the Global Policy object by name and version
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Global Policy name
Global Policy version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- global_policy
- metadata
Delete a Global Policy
Delete a Global Policy
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}Get the Global Policy document
Get the Global Policy document
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-id}/documentGet the Global Policy document by name and version
Get the Global Policy document by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policies/{global-policy-name}/{global-policy-version}/documentCreate a Policy object
Create a Policy object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Form Parameters
- policy
Allowable values: [
1.0.0]- info
- implementation
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Policy objects in all collections
List all Policy objects in all collections
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policiesClear all Policy objects in all collections
Clear all Policy objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policiesList the Policy objects
List the Policy objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Policy objects
Clear the Policy objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}Get the Policy object by id
Get the Policy object by id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Query Parameters
List of field names to return
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Policy object by id
Update the Policy object by id
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- policy
- implementation
Allowable values: [
application/zip]
- metadata
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Policy object by id
Delete the Policy object by id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Policy object by name and version
Get the Policy object by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Policy version name
Query Parameters
List of field names to return
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Policy object by name and version
Update the Policy object by name and version
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Policy version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- policy
- implementation
Allowable values: [
application/zip]
- metadata
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Policy
Delete a Policy
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Policy name
Policy version name
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Policy document
Get the Policy document
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}/documentGet the Policy document by name and version
Get the Policy document by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}/documentGet the Policy implementation document
Get the Policy implementation document
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}/implementationGet the Policy implementation document by name and version
Get the Policy implementation document by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}/implementationCreate a Policy object
Create a Policy object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Form Parameters
- policy
Allowable values: [
1.0.0]- info
- implementation
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Policy objects in all collections
List all Policy objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policiesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear all Policy objects in all collections
Clear all Policy objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policiesList the Policy objects
List the Policy objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Policy objects
Clear the Policy objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}Get the Policy object by id
Get the Policy object by id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Query Parameters
List of field names to return
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Policy object by id
Update the Policy object by id
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- policy
- implementation
Allowable values: [
application/zip]
- metadata
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Policy object by id
Delete the Policy object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Policy object by name and version
Get the Policy object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Policy version name
Query Parameters
List of field names to return
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Policy object by name and version
Update the Policy object by name and version
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Policy version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- policy
- implementation
Allowable values: [
application/zip]
- metadata
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Policy
Delete a Policy
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Policy name
Policy version name
Response
Possible values: [
policy]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
public,private]- policy
- implementation
Possible values: [
application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Policy document
Get the Policy document
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}/documentGet the Policy document by name and version
Get the Policy document by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}/documentGet the Policy implementation document
Get the Policy implementation document
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-id}/implementationGet the Policy implementation document by name and version
Get the Policy implementation document by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/policies/{policy-name}/{policy-version}/implementationCreate a Extension object
Create a Extension object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
List all Extension objects in all collections
List all Extension objects in all collections
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensionsClear all Extension objects in all collections
Clear all Extension objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensionsList the Extension objects
List the Extension objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Extension name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Extension objects
Clear the Extension objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}Get the Extension object by id
Get the Extension object by id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Update the Extension object by id
Update the Extension object by id
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Extension name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
Delete the Extension object by id
Delete the Extension object by id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Get the Extension object by name and version
Get the Extension object by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Update the Extension object by name and version
Update the Extension object by name and version
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Extension name
Extension version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
Delete a Extension
Delete a Extension
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Get the Extension document
Get the Extension document
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}/documentGet the Extension document by name and version
Get the Extension document by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}/documentCreate a Extension object
Create a Extension object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
List all Extension objects in all collections
List all Extension objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear all Extension objects in all collections
Clear all Extension objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensionsList the Extension objects
List the Extension objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Extension name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Extension objects
Clear the Extension objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}Get the Extension object by id
Get the Extension object by id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Update the Extension object by id
Update the Extension object by id
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Extension name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
Delete the Extension object by id
Delete the Extension object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}Get the Extension object by name and version
Get the Extension object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Update the Extension object by name and version
Update the Extension object by name and version
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Extension name
Extension version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
public,private]- extension
- metadata
Delete a Extension
Delete a Extension
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}Get the Extension document
Get the Extension document
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-id}/documentGet the Extension document by name and version
Get the Extension document by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/extensions/{extension-name}/{extension-version}/documentCreate a Service object
Create a Service object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Service objects in all collections
List all Service objects in all collections
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/servicesClear all Service objects in all collections
Clear all Service objects in all collections
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/servicesList the Service objects
List the Service objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Service objects
Clear the Service objects
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}Get the Service object by id
Get the Service object by id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Query Parameters
List of field names to return
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Service object by id
Update the Service object by id
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Service object by id
Delete the Service object by id
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Service object by name and version
Get the Service object by name and version
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Service version name
Query Parameters
List of field names to return
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Service object by name and version
Update the Service object by name and version
PATCH /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Service version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Service
Delete a Service
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Service name
Service version name
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Service object
Create a Service object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Service objects in all collections
List all Service objects in all collections
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/servicesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear all Service objects in all collections
Clear all Service objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/servicesList the Service objects
List the Service objects
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Service objects
Clear the Service objects
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}Get the Service object by id
Get the Service object by id
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Query Parameters
List of field names to return
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Service object by id
Update the Service object by id
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Service object by id
Delete the Service object by id
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Service object by name and version
Get the Service object by name and version
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Service version name
Query Parameters
List of field names to return
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Service object by name and version
Update the Service object by name and version
PATCH /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Service version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Allowable values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Service
Delete a Service
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/services/{service-name}/{service-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Service name
Service version name
Response
Possible values: [
service]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- service
Possible values: 0 ≤ value ≤ 2147483647
Possible values: [
get,post,put,delete,patch,head,options]
- service_schema
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create the Global Policy Prehook object
Create the Global Policy Prehook object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Get the Global Policy Prehook object
Get the Global Policy Prehook object
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookUpdate the Global Policy Prehook object
Update the Global Policy Prehook object
PUT /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Global Policy Prehook object
Delete the Global Policy Prehook object
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookCreate the Global Policy Prehook object
Create the Global Policy Prehook object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Get the Global Policy Prehook object
Get the Global Policy Prehook object
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookUpdate the Global Policy Prehook object
Update the Global Policy Prehook object
PUT /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Global Policy Prehook object
Delete the Global Policy Prehook object
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-prehookCreate the Global Policy Posthook object
Create the Global Policy Posthook object
POST /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Get the Global Policy Posthook object
Get the Global Policy Posthook object
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookUpdate the Global Policy Posthook object
Update the Global Policy Posthook object
PUT /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Global Policy Posthook object
Delete the Global Policy Posthook object
DELETE /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookCreate the Global Policy Posthook object
Create the Global Policy Posthook object
POST /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Get the Global Policy Posthook object
Get the Global Policy Posthook object
GET /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookUpdate the Global Policy Posthook object
Update the Global Policy Posthook object
PUT /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Configured Gateway Service name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Global Policy Posthook object
Delete the Global Policy Posthook object
DELETE /spaces/{org}/{catalog}/{space}/configured-gateway-services/{configured-gateway-service}/global-policy-posthookList the Analytics Service objects
List the Analytics Service objects
GET /catalogs/{org}/{catalog}/analytics-servicesGet the Analytics Service object by name or id
Get the Analytics Service object by name or id
GET /catalogs/{org}/{catalog}/analytics-services/{analytics-service}Create an Analytics object
Create an Analytics object
POST /catalogs/{org}/{catalog}/analytics-services/{analytics-service}/analyticsList the Analytics Service objects
List the Analytics Service objects
GET /spaces/{org}/{catalog}/{space}/analytics-servicesGet the Analytics Service object by name or id
Get the Analytics Service object by name or id
GET /spaces/{org}/{catalog}/{space}/analytics-services/{analytics-service}Create an Analytics object
Create an Analytics object
POST /spaces/{org}/{catalog}/{space}/analytics-services/{analytics-service}/analyticsGet the Space Setting object
Get the Space Setting object
GET /spaces/{org}/{catalog}/{space}/settingsUpdate the Space Setting object
Update the Space Setting object
PUT /spaces/{org}/{catalog}/{space}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: 0 ≤ value ≤ 2147483647
- metadata
List all Notification Template objects in all collections
List all Notification Template objects in all collections
GET /spaces/{org}/{catalog}/{space}/settings/notification-templatesList the Notification Template objects
List the Notification Template objects
GET /spaces/{org}/{catalog}/{space}/settings/notification-templates/spaceGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /spaces/{org}/{catalog}/{space}/settings/notification-templates/space/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /spaces/{org}/{catalog}/{space}/settings/notification-templates/space/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Notification Template objects
List the Notification Template objects
GET /spaces/{org}/{catalog}/{space}/settings/notification-templates/consumerGet the Notification Template object by name or id
Get the Notification Template object by name or id
GET /spaces/{org}/{catalog}/{space}/settings/notification-templates/consumer/{notification-template}Update the Notification Template object by name or id
Update the Notification Template object by name or id
PATCH /spaces/{org}/{catalog}/{space}/settings/notification-templates/consumer/{notification-template}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Notification Template name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List all Role Default objects in all collections
List all Role Default objects in all collections
GET /spaces/{org}/{catalog}/{space}/role-defaultsCreate a Role Default object
Create a Role Default object
POST /spaces/{org}/{catalog}/{space}/role-defaults/consumerRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Role Default objects
List the Role Default objects
GET /spaces/{org}/{catalog}/{space}/role-defaults/consumerClear the Role Default objects
Clear the Role Default objects
DELETE /spaces/{org}/{catalog}/{space}/role-defaults/consumerGet the Role Default object by name or id
Get the Role Default object by name or id
GET /spaces/{org}/{catalog}/{space}/role-defaults/consumer/{role-default}Update the Role Default object by name or id
Update the Role Default object by name or id
PATCH /spaces/{org}/{catalog}/{space}/role-defaults/consumer/{role-default}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Role Default name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Role Default object by name or id
Delete the Role Default object by name or id
DELETE /spaces/{org}/{catalog}/{space}/role-defaults/consumer/{role-default}Get the Space object by name or id
Get the Space object by name or id
GET /spaces/{org}/{catalog}/{space}Update the Space object by name or id
Update the Space object by name or id
PATCH /spaces/{org}/{catalog}/{space}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Space object by name or id
Delete the Space object by name or id
DELETE /spaces/{org}/{catalog}/{space}Transfer owner to an associate
Transfer owner to an associate
POST /spaces/{org}/{catalog}/{space}/transfer-ownerRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Query Parameters
The list of gateway service names to support partial publishing
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Publish a draft product
Publish a draft product
POST /spaces/{org}/{catalog}/{space}/publish-draft-productRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Query Parameters
The list of gateway service names to support partial publishing
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Query Parameters
The list of gateway service names to support partial publishing
Form Parameters
- product
Allowable values: [
1.0.0]- info
- openapi
Allowable values: [
2.0.0]- info
- wsdl
- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Query Parameters
The list of gateway service names to support partial publishing
Form Parameters
- product
Allowable values: [
1.0.0]- info
- openapi
Allowable values: [
2.0.0]- info
- wsdl
- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Create a Space Invitation object
Create a Space Invitation object
POST /catalogs/{org}/{catalog}/space-invitationsList the Space Invitation objects
List the Space Invitation objects
GET /catalogs/{org}/{catalog}/space-invitationsClear the Space Invitation objects
Clear the Space Invitation objects
DELETE /catalogs/{org}/{catalog}/space-invitationsGet the Space Invitation object by name or id
Get the Space Invitation object by name or id
GET /catalogs/{org}/{catalog}/space-invitations/{invitation}Update the Space Invitation object by name or id
Update the Space Invitation object by name or id
PATCH /catalogs/{org}/{catalog}/space-invitations/{invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Space Invitation object by name or id
Delete the Space Invitation object by name or id
DELETE /catalogs/{org}/{catalog}/space-invitations/{invitation}Regenerate the Space Invitation
Regenerate the Space Invitation
POST /catalogs/{org}/{catalog}/space-invitations/{invitation}/regenerateRegister using the Space Invitation
Register using the Space Invitation
POST /catalogs/{org}/{catalog}/space-invitations/{invitation}/registerRequest
Custom Headers
Registration client identifier
Registration client secret
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization Invitation name or id
- user
- org
- catalog
- space
- consumer_org
Accept using the Space Invitation
Accept using the Space Invitation
POST /catalogs/{org}/{catalog}/space-invitations/{invitation}/acceptRequest
Custom Headers
Registration client identifier
Registration client secret
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization Invitation name or id
- user
- org
- catalog
- space
- consumer_org
Get the Role object by name or id
Get the Role object by name or id
GET /spaces/{org}/{catalog}/{space}/roles/{role}Update the Role object by name or id
Update the Role object by name or id
PATCH /spaces/{org}/{catalog}/{space}/roles/{role}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Role name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Create a Member Invitation object
Create a Member Invitation object
POST /spaces/{org}/{catalog}/{space}/member-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Member Invitation objects
List the Member Invitation objects
GET /spaces/{org}/{catalog}/{space}/member-invitationsClear the Member Invitation objects
Clear the Member Invitation objects
DELETE /spaces/{org}/{catalog}/{space}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Member Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}/regenerateRegister using the Member Invitation
Register using the Member Invitation
POST /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}/registerAccept using the Member Invitation
Accept using the Member Invitation
POST /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}/acceptRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Get the Member object by name or id
Get the Member object by name or id
GET /spaces/{org}/{catalog}/{space}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /spaces/{org}/{catalog}/{space}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /spaces/{org}/{catalog}/{space}/members/{member}Get the Task object by name or id
Get the Task object by name or id
GET /spaces/{org}/{catalog}/{space}/tasks/{task}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Task name or id
Query Parameters
List of field names to return
Response
Possible values: [
task]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
product_lifecycle,subscription,application_lifecycle]Possible values: [
pending,approved,rejected,cancelled]- properties
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Task object by name or id
Update the Task object by name or id
PATCH /spaces/{org}/{catalog}/{space}/tasks/{task}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Task name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
product_lifecycle,subscription,application_lifecycle]Allowable values: [
pending,approved,rejected,cancelled]- properties
- metadata
Response
Possible values: [
task]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
product_lifecycle,subscription,application_lifecycle]Possible values: [
pending,approved,rejected,cancelled]- properties
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the Space object by name or id
Get the Space object by name or id
GET /spaces/{org}/{catalog}/{space}Update the Space object by name or id
Update the Space object by name or id
PATCH /spaces/{org}/{catalog}/{space}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Space object by name or id
Delete the Space object by name or id
DELETE /spaces/{org}/{catalog}/{space}Transfer owner to an associate
Transfer owner to an associate
POST /spaces/{org}/{catalog}/{space}/transfer-ownerRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Query Parameters
The list of gateway service names to support partial publishing
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Publish a draft product
Publish a draft product
POST /spaces/{org}/{catalog}/{space}/publish-draft-productRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Query Parameters
The list of gateway service names to support partial publishing
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Query Parameters
The list of gateway service names to support partial publishing
Form Parameters
- product
Allowable values: [
1.0.0]- info
- openapi
Allowable values: [
2.0.0]- info
- wsdl
- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Query Parameters
The list of gateway service names to support partial publishing
Form Parameters
- product
Allowable values: [
1.0.0]- info
- openapi
Allowable values: [
2.0.0]- info
- wsdl
- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Create a Space Invitation object
Create a Space Invitation object
POST /catalogs/{org}/{catalog}/space-invitationsList the Space Invitation objects
List the Space Invitation objects
GET /catalogs/{org}/{catalog}/space-invitationsClear the Space Invitation objects
Clear the Space Invitation objects
DELETE /catalogs/{org}/{catalog}/space-invitationsGet the Space Invitation object by name or id
Get the Space Invitation object by name or id
GET /catalogs/{org}/{catalog}/space-invitations/{invitation}Update the Space Invitation object by name or id
Update the Space Invitation object by name or id
PATCH /catalogs/{org}/{catalog}/space-invitations/{invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Space Invitation object by name or id
Delete the Space Invitation object by name or id
DELETE /catalogs/{org}/{catalog}/space-invitations/{invitation}Regenerate the Space Invitation
Regenerate the Space Invitation
POST /catalogs/{org}/{catalog}/space-invitations/{invitation}/regenerateRegister using the Space Invitation
Register using the Space Invitation
POST /catalogs/{org}/{catalog}/space-invitations/{invitation}/registerRequest
Custom Headers
Registration client identifier
Registration client secret
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization Invitation name or id
- user
- org
- catalog
- space
- consumer_org
Accept using the Space Invitation
Accept using the Space Invitation
POST /catalogs/{org}/{catalog}/space-invitations/{invitation}/acceptRequest
Custom Headers
Registration client identifier
Registration client secret
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization Invitation name or id
- user
- org
- catalog
- space
- consumer_org
Get the Role object by name or id
Get the Role object by name or id
GET /spaces/{org}/{catalog}/{space}/roles/{role}Update the Role object by name or id
Update the Role object by name or id
PATCH /spaces/{org}/{catalog}/{space}/roles/{role}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Role name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Create a Member Invitation object
Create a Member Invitation object
POST /spaces/{org}/{catalog}/{space}/member-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Member Invitation objects
List the Member Invitation objects
GET /spaces/{org}/{catalog}/{space}/member-invitationsClear the Member Invitation objects
Clear the Member Invitation objects
DELETE /spaces/{org}/{catalog}/{space}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Member Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}/regenerateRegister using the Member Invitation
Register using the Member Invitation
POST /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}/registerAccept using the Member Invitation
Accept using the Member Invitation
POST /spaces/{org}/{catalog}/{space}/member-invitations/{member-invitation}/acceptRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Get the Member object by name or id
Get the Member object by name or id
GET /spaces/{org}/{catalog}/{space}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /spaces/{org}/{catalog}/{space}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /spaces/{org}/{catalog}/{space}/members/{member}Get the Task object by name or id
Get the Task object by name or id
GET /spaces/{org}/{catalog}/{space}/tasks/{task}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Task name or id
Query Parameters
List of field names to return
Response
Possible values: [
task]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
product_lifecycle,subscription,application_lifecycle]Possible values: [
pending,approved,rejected,cancelled]- properties
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Task object by name or id
Update the Task object by name or id
PATCH /spaces/{org}/{catalog}/{space}/tasks/{task}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Task name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
product_lifecycle,subscription,application_lifecycle]Allowable values: [
pending,approved,rejected,cancelled]- properties
- metadata
Response
Possible values: [
task]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
product_lifecycle,subscription,application_lifecycle]Possible values: [
pending,approved,rejected,cancelled]- properties
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the Consumer Organization Setting object
Get the Consumer Organization Setting object
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/settingsUpdate the Consumer Organization Setting object
Update the Consumer Organization Setting object
PUT /consumer-orgs/{org}/{catalog}/{consumer-org}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Delete the Consumer Organization Setting object
Delete the Consumer Organization Setting object
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/settingsGet the Consumer Organization Setting object
Get the Consumer Organization Setting object
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/settingsUpdate the Consumer Organization Setting object
Update the Consumer Organization Setting object
PUT /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Delete the Consumer Organization Setting object
Delete the Consumer Organization Setting object
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/settingsCreate a Consumer Organization Invitation object
Create a Consumer Organization Invitation object
POST /catalogs/{org}/{catalog}/consumer-org-invitationsList the Consumer Organization Invitation objects
List the Consumer Organization Invitation objects
GET /catalogs/{org}/{catalog}/consumer-org-invitationsClear the Consumer Organization Invitation objects
Clear the Consumer Organization Invitation objects
DELETE /catalogs/{org}/{catalog}/consumer-org-invitationsGet the Consumer Organization Invitation object by name or id
Get the Consumer Organization Invitation object by name or id
GET /catalogs/{org}/{catalog}/consumer-org-invitations/{invitation}Update the Consumer Organization Invitation object by name or id
Update the Consumer Organization Invitation object by name or id
PATCH /catalogs/{org}/{catalog}/consumer-org-invitations/{invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Consumer Organization Invitation object by name or id
Delete the Consumer Organization Invitation object by name or id
DELETE /catalogs/{org}/{catalog}/consumer-org-invitations/{invitation}Regenerate the Consumer Organization Invitation
Regenerate the Consumer Organization Invitation
POST /catalogs/{org}/{catalog}/consumer-org-invitations/{invitation}/regenerateCreate a Consumer Organization Invitation object
Create a Consumer Organization Invitation object
POST /spaces/{org}/{catalog}/{space}/consumer-org-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Consumer Organization Invitation objects
List the Consumer Organization Invitation objects
GET /spaces/{org}/{catalog}/{space}/consumer-org-invitationsClear the Consumer Organization Invitation objects
Clear the Consumer Organization Invitation objects
DELETE /spaces/{org}/{catalog}/{space}/consumer-org-invitationsGet the Consumer Organization Invitation object by name or id
Get the Consumer Organization Invitation object by name or id
GET /spaces/{org}/{catalog}/{space}/consumer-org-invitations/{invitation}Update the Consumer Organization Invitation object by name or id
Update the Consumer Organization Invitation object by name or id
PATCH /spaces/{org}/{catalog}/{space}/consumer-org-invitations/{invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Consumer Organization Invitation object by name or id
Delete the Consumer Organization Invitation object by name or id
DELETE /spaces/{org}/{catalog}/{space}/consumer-org-invitations/{invitation}Regenerate the Consumer Organization Invitation
Regenerate the Consumer Organization Invitation
POST /spaces/{org}/{catalog}/{space}/consumer-org-invitations/{invitation}/regenerateCreate a Consumer Organization object
Create a Consumer Organization object
POST /catalogs/{org}/{catalog}/consumer-orgsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
List the Consumer Organization objects
List the Consumer Organization objects
GET /catalogs/{org}/{catalog}/consumer-orgsClear the Consumer Organization objects
Clear the Consumer Organization objects
DELETE /catalogs/{org}/{catalog}/consumer-orgsGet the Consumer Organization object by name or id
Get the Consumer Organization object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}Update the Consumer Organization object by name or id
Update the Consumer Organization object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Consumer Organization object by name or id
Delete the Consumer Organization object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}Transfer owner to an associate
Transfer owner to an associate
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/transfer-ownerCreate a Consumer Organization object
Create a Consumer Organization object
POST /spaces/{org}/{catalog}/{space}/consumer-orgsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
List the Consumer Organization objects
List the Consumer Organization objects
GET /spaces/{org}/{catalog}/{space}/consumer-orgsClear the Consumer Organization objects
Clear the Consumer Organization objects
DELETE /spaces/{org}/{catalog}/{space}/consumer-orgsGet the Consumer Organization object by name or id
Get the Consumer Organization object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}Update the Consumer Organization object by name or id
Update the Consumer Organization object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Consumer Organization object by name or id
Delete the Consumer Organization object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}Transfer owner to an associate
Transfer owner to an associate
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/transfer-ownerGet the Group object by name or id
Get the Group object by name or id
GET /catalogs/{org}/{catalog}/consumer-groups/{group}Update the Group object by name or id
Update the Group object by name or id
PATCH /catalogs/{org}/{catalog}/consumer-groups/{group}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Group name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Group object by name or id
Delete the Group object by name or id
DELETE /catalogs/{org}/{catalog}/consumer-groups/{group}Create a Payment Method object
Create a Payment Method object
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/payment-methodsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- configuration
- metadata
List the Payment Method objects
List the Payment Method objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/payment-methodsGet the Payment Method object by name or id
Get the Payment Method object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/payment-methods/{payment-method}Update the Payment Method object by name or id
Update the Payment Method object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}/payment-methods/{payment-method}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Payment Method name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- configuration
- metadata
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Clear the Role objects
Clear the Role objects
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/rolesGet the Role object by name or id
Get the Role object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/roles/{role}Update the Role object by name or id
Update the Role object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}/roles/{role}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Role name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Role object by name or id
Delete the Role object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/roles/{role}Create a Role object
Create a Role object
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/rolesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Role objects
List the Role objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/rolesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Role objects
Clear the Role objects
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/rolesGet the Role object by name or id
Get the Role object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/roles/{role}Update the Role object by name or id
Update the Role object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/roles/{role}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Role name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Role object by name or id
Delete the Role object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/roles/{role}List the Associate objects
List the Associate objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/associatesGet the Associate object by name or id
Get the Associate object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/associates/{associate}List the Associate objects
List the Associate objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/associatesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Get the Associate object by name or id
Get the Associate object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/associates/{associate}Create a Member Invitation object
Create a Member Invitation object
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Member Invitation objects
List the Member Invitation objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitationsClear the Member Invitation objects
Clear the Member Invitation objects
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitations/{member-invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Member Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitations/{member-invitation}/regenerateCreate a Member Invitation object
Create a Member Invitation object
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Member Invitation objects
List the Member Invitation objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Member Invitation objects
Clear the Member Invitation objects
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitations/{member-invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Member Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitations/{member-invitation}/regenerateCreate a Member object
Create a Member object
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/membersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
List the Member objects
List the Member objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/membersClear the Member objects
Clear the Member objects
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/membersGet the Member object by name or id
Get the Member object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/members/{member}Create a Member object
Create a Member object
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/membersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
List the Member objects
List the Member objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/membersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Member objects
Clear the Member objects
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/membersGet the Member object by name or id
Get the Member object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/members/{member}Create a Application object
Create a Application object
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/appsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]Allowable values: [
development,production]Allowable values: [
production]- metadata
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Application objects
List the Application objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/appsClear the Application objects
Clear the Application objects
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/appsGet the Application object by name or id
Get the Application object by name or id
GET /apps/{org}/{catalog}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Application object by name or id
Update the Application object by name or id
PATCH /apps/{org}/{catalog}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]Allowable values: [
development,production]Allowable values: [
production]- metadata
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Application object by name or id
Delete the Application object by name or id
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Application object
Create a Application object
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/appsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]Allowable values: [
development,production]Allowable values: [
production]- metadata
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Application objects
List the Application objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/appsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Application objects
Clear the Application objects
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/appsGet the Application object by name or id
Get the Application object by name or id
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Application object by name or id
Update the Application object by name or id
PATCH /apps/{org}/{catalog}/{space}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]Allowable values: [
development,production]Allowable values: [
production]- metadata
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Application object by name or id
Delete the Application object by name or id
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Application Credential object
Create a Application Credential object
POST /apps/{org}/{catalog}/{consumer-org}/{app}/credentialsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Application Credential objects
List the Application Credential objects
GET /apps/{org}/{catalog}/{consumer-org}/{app}/credentialsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Application Credential objects
Clear the Application Credential objects
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}/credentialsGet the Application Credential object by name or id
Get the Application Credential object by name or id
GET /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}Update the Application Credential object by name or id
Update the Application Credential object by name or id
PATCH /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Application Credential name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Application Credential object by name or id
Delete the Application Credential object by name or id
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}Reset the client id and client secret
Reset the client id and client secret
POST /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}/resetReset the client secret
Reset the client secret
POST /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}/reset-client-secretVerify the client secret
Verify the client secret
POST /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}/verify-client-secretRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Application Credential name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Create a Application Credential object
Create a Application Credential object
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentialsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Application Credential objects
List the Application Credential objects
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentialsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Application Credential objects
Clear the Application Credential objects
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentialsGet the Application Credential object by name or id
Get the Application Credential object by name or id
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}Update the Application Credential object by name or id
Update the Application Credential object by name or id
PATCH /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Application Credential name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Application Credential object by name or id
Delete the Application Credential object by name or id
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}Reset the client id and client secret
Reset the client id and client secret
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}/resetReset the client secret
Reset the client secret
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}/reset-client-secretVerify the client secret
Verify the client secret
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}/verify-client-secretRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Application Credential name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Create a Subscription object
Create a Subscription object
POST /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,enabled,rejected,disabled]Allowable values: [
enabled]- metadata
Response
Possible values: [
subscription]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,enabled,rejected,disabled]Possible values: [
enabled]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Subscription objects
List the Subscription objects
GET /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Subscription objects
Clear the Subscription objects
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptionsGet the Subscription object by name or id
Get the Subscription object by name or id
GET /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptions/{subscription}Update the Subscription object by name or id
Update the Subscription object by name or id
PATCH /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptions/{subscription}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Subscription name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,enabled,rejected,disabled]Allowable values: [
enabled]- metadata
Delete the Subscription object by name or id
Delete the Subscription object by name or id
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptions/{subscription}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Subscription name or id
Response
Possible values: [
subscription]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,enabled,rejected,disabled]Possible values: [
enabled]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Subscription object
Create a Subscription object
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,enabled,rejected,disabled]Allowable values: [
enabled]- metadata
Response
Possible values: [
subscription]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,enabled,rejected,disabled]Possible values: [
enabled]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Subscription objects
List the Subscription objects
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Subscription objects
Clear the Subscription objects
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptionsGet the Subscription object by name or id
Get the Subscription object by name or id
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptions/{subscription}Update the Subscription object by name or id
Update the Subscription object by name or id
PATCH /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptions/{subscription}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Subscription name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,enabled,rejected,disabled]Allowable values: [
enabled]- metadata
Delete the Subscription object by name or id
Delete the Subscription object by name or id
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptions/{subscription}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Subscription name or id
Response
Possible values: [
subscription]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,enabled,rejected,disabled]Possible values: [
enabled]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Consumer Organization Setting object
Get the Consumer Organization Setting object
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/settingsUpdate the Consumer Organization Setting object
Update the Consumer Organization Setting object
PUT /consumer-orgs/{org}/{catalog}/{consumer-org}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Delete the Consumer Organization Setting object
Delete the Consumer Organization Setting object
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/settingsGet the Consumer Organization Setting object
Get the Consumer Organization Setting object
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/settingsUpdate the Consumer Organization Setting object
Update the Consumer Organization Setting object
PUT /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/settingsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: 0 ≤ value ≤ 2147483647
- metadata
Delete the Consumer Organization Setting object
Delete the Consumer Organization Setting object
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/settingsClear the Activation objects
Clear the Activation objects
DELETE /catalogs/{org}/{catalog}/activationsGet the Activation object by name or id
Get the Activation object by name or id
GET /activations/{org}/{catalog}/{activation}Delete the Activation object by name or id
Delete the Activation object by name or id
DELETE /activations/{org}/{catalog}/{activation}Create a Consumer Organization Invitation object
Create a Consumer Organization Invitation object
POST /catalogs/{org}/{catalog}/consumer-org-invitationsList the Consumer Organization Invitation objects
List the Consumer Organization Invitation objects
GET /catalogs/{org}/{catalog}/consumer-org-invitationsClear the Consumer Organization Invitation objects
Clear the Consumer Organization Invitation objects
DELETE /catalogs/{org}/{catalog}/consumer-org-invitationsGet the Consumer Organization Invitation object by name or id
Get the Consumer Organization Invitation object by name or id
GET /catalogs/{org}/{catalog}/consumer-org-invitations/{invitation}Update the Consumer Organization Invitation object by name or id
Update the Consumer Organization Invitation object by name or id
PATCH /catalogs/{org}/{catalog}/consumer-org-invitations/{invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Consumer Organization Invitation object by name or id
Delete the Consumer Organization Invitation object by name or id
DELETE /catalogs/{org}/{catalog}/consumer-org-invitations/{invitation}Regenerate the Consumer Organization Invitation
Regenerate the Consumer Organization Invitation
POST /catalogs/{org}/{catalog}/consumer-org-invitations/{invitation}/regenerateCreate a Consumer Organization Invitation object
Create a Consumer Organization Invitation object
POST /spaces/{org}/{catalog}/{space}/consumer-org-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Consumer Organization Invitation objects
List the Consumer Organization Invitation objects
GET /spaces/{org}/{catalog}/{space}/consumer-org-invitationsClear the Consumer Organization Invitation objects
Clear the Consumer Organization Invitation objects
DELETE /spaces/{org}/{catalog}/{space}/consumer-org-invitationsGet the Consumer Organization Invitation object by name or id
Get the Consumer Organization Invitation object by name or id
GET /spaces/{org}/{catalog}/{space}/consumer-org-invitations/{invitation}Update the Consumer Organization Invitation object by name or id
Update the Consumer Organization Invitation object by name or id
PATCH /spaces/{org}/{catalog}/{space}/consumer-org-invitations/{invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Consumer Organization Invitation object by name or id
Delete the Consumer Organization Invitation object by name or id
DELETE /spaces/{org}/{catalog}/{space}/consumer-org-invitations/{invitation}Regenerate the Consumer Organization Invitation
Regenerate the Consumer Organization Invitation
POST /spaces/{org}/{catalog}/{space}/consumer-org-invitations/{invitation}/regenerateCreate a Consumer Organization object
Create a Consumer Organization object
POST /catalogs/{org}/{catalog}/consumer-orgsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
List the Consumer Organization objects
List the Consumer Organization objects
GET /catalogs/{org}/{catalog}/consumer-orgsClear the Consumer Organization objects
Clear the Consumer Organization objects
DELETE /catalogs/{org}/{catalog}/consumer-orgsGet the Consumer Organization object by name or id
Get the Consumer Organization object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}Update the Consumer Organization object by name or id
Update the Consumer Organization object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Consumer Organization object by name or id
Delete the Consumer Organization object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}Transfer owner to an associate
Transfer owner to an associate
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/transfer-ownerCreate a Consumer Organization object
Create a Consumer Organization object
POST /spaces/{org}/{catalog}/{space}/consumer-orgsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
List the Consumer Organization objects
List the Consumer Organization objects
GET /spaces/{org}/{catalog}/{space}/consumer-orgsClear the Consumer Organization objects
Clear the Consumer Organization objects
DELETE /spaces/{org}/{catalog}/{space}/consumer-orgsGet the Consumer Organization object by name or id
Get the Consumer Organization object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}Update the Consumer Organization object by name or id
Update the Consumer Organization object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Consumer Organization object by name or id
Delete the Consumer Organization object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}Transfer owner to an associate
Transfer owner to an associate
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/transfer-ownerGet the Group object by name or id
Get the Group object by name or id
GET /catalogs/{org}/{catalog}/consumer-groups/{group}Update the Group object by name or id
Update the Group object by name or id
PATCH /catalogs/{org}/{catalog}/consumer-groups/{group}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Group name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Group object by name or id
Delete the Group object by name or id
DELETE /catalogs/{org}/{catalog}/consumer-groups/{group}Create a Payment Method object
Create a Payment Method object
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/payment-methodsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- configuration
- metadata
List the Payment Method objects
List the Payment Method objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/payment-methodsGet the Payment Method object by name or id
Get the Payment Method object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/payment-methods/{payment-method}Update the Payment Method object by name or id
Update the Payment Method object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}/payment-methods/{payment-method}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Payment Method name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- configuration
- metadata
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Clear the Role objects
Clear the Role objects
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/rolesGet the Role object by name or id
Get the Role object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/roles/{role}Update the Role object by name or id
Update the Role object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}/roles/{role}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Role name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Role object by name or id
Delete the Role object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/roles/{role}Create a Role object
Create a Role object
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/rolesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Role objects
List the Role objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/rolesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Role objects
Clear the Role objects
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/rolesGet the Role object by name or id
Get the Role object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/roles/{role}Update the Role object by name or id
Update the Role object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/roles/{role}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Role name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Role object by name or id
Delete the Role object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/roles/{role}List the Associate objects
List the Associate objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/associatesGet the Associate object by name or id
Get the Associate object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/associates/{associate}List the Associate objects
List the Associate objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/associatesRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Get the Associate object by name or id
Get the Associate object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/associates/{associate}Create a Member Invitation object
Create a Member Invitation object
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Member Invitation objects
List the Member Invitation objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitationsClear the Member Invitation objects
Clear the Member Invitation objects
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitations/{member-invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Member Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/member-invitations/{member-invitation}/regenerateCreate a Member Invitation object
Create a Member Invitation object
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Member Invitation objects
List the Member Invitation objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitationsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Member Invitation objects
Clear the Member Invitation objects
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitationsGet the Member Invitation object by name or id
Get the Member Invitation object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitations/{member-invitation}Update the Member Invitation object by name or id
Update the Member Invitation object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitations/{member-invitation}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Member Invitation name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Member Invitation object by name or id
Delete the Member Invitation object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitations/{member-invitation}Regenerate the Member Invitation
Regenerate the Member Invitation
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/member-invitations/{member-invitation}/regenerateCreate a Member object
Create a Member object
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/membersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
List the Member objects
List the Member objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/membersClear the Member objects
Clear the Member objects
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/membersGet the Member object by name or id
Get the Member object by name or id
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{consumer-org}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/members/{member}Create a Member object
Create a Member object
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/membersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
List the Member objects
List the Member objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/membersRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Member objects
Clear the Member objects
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/membersGet the Member object by name or id
Get the Member object by name or id
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/members/{member}Update the Member object by name or id
Update the Member object by name or id
PATCH /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/members/{member}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Member name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]- metadata
Delete the Member object by name or id
Delete the Member object by name or id
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/members/{member}Create a Application object
Create a Application object
POST /consumer-orgs/{org}/{catalog}/{consumer-org}/appsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]Allowable values: [
development,production]Allowable values: [
production]- metadata
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Application objects
List the Application objects
GET /consumer-orgs/{org}/{catalog}/{consumer-org}/appsClear the Application objects
Clear the Application objects
DELETE /consumer-orgs/{org}/{catalog}/{consumer-org}/appsGet the Application object by name or id
Get the Application object by name or id
GET /apps/{org}/{catalog}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Application object by name or id
Update the Application object by name or id
PATCH /apps/{org}/{catalog}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]Allowable values: [
development,production]Allowable values: [
production]- metadata
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Application object by name or id
Delete the Application object by name or id
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Application object
Create a Application object
POST /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/appsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]Allowable values: [
development,production]Allowable values: [
production]- metadata
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Application objects
List the Application objects
GET /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/appsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Application objects
Clear the Application objects
DELETE /consumer-orgs/{org}/{catalog}/{space}/{consumer-org}/appsGet the Application object by name or id
Get the Application object by name or id
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Application object by name or id
Update the Application object by name or id
PATCH /apps/{org}/{catalog}/{space}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
enabled,disabled]Allowable values: [
development,production]Allowable values: [
production]- metadata
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Application object by name or id
Delete the Application object by name or id
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Response
Possible values: [
app]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
enabled,disabled]Possible values: [
development,production]Possible values: [
production]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Application Credential object
Create a Application Credential object
POST /apps/{org}/{catalog}/{consumer-org}/{app}/credentialsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Application Credential objects
List the Application Credential objects
GET /apps/{org}/{catalog}/{consumer-org}/{app}/credentialsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Application Credential objects
Clear the Application Credential objects
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}/credentialsGet the Application Credential object by name or id
Get the Application Credential object by name or id
GET /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}Update the Application Credential object by name or id
Update the Application Credential object by name or id
PATCH /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Application Credential name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Application Credential object by name or id
Delete the Application Credential object by name or id
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}Reset the client id and client secret
Reset the client id and client secret
POST /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}/resetReset the client secret
Reset the client secret
POST /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}/reset-client-secretVerify the client secret
Verify the client secret
POST /apps/{org}/{catalog}/{consumer-org}/{app}/credentials/{credential}/verify-client-secretRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Application Credential name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Create a Application Credential object
Create a Application Credential object
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentialsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
List the Application Credential objects
List the Application Credential objects
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentialsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Application Credential objects
Clear the Application Credential objects
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentialsGet the Application Credential object by name or id
Get the Application Credential object by name or id
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}Update the Application Credential object by name or id
Update the Application Credential object by name or id
PATCH /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Application Credential name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Delete the Application Credential object by name or id
Delete the Application Credential object by name or id
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}Reset the client id and client secret
Reset the client id and client secret
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}/resetReset the client secret
Reset the client secret
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}/reset-client-secretVerify the client secret
Verify the client secret
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/credentials/{credential}/verify-client-secretRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Application Credential name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- metadata
Create a Subscription object
Create a Subscription object
POST /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,enabled,rejected,disabled]Allowable values: [
enabled]- metadata
Response
Possible values: [
subscription]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,enabled,rejected,disabled]Possible values: [
enabled]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Subscription objects
List the Subscription objects
GET /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Subscription objects
Clear the Subscription objects
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptionsGet the Subscription object by name or id
Get the Subscription object by name or id
GET /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptions/{subscription}Update the Subscription object by name or id
Update the Subscription object by name or id
PATCH /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptions/{subscription}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Subscription name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,enabled,rejected,disabled]Allowable values: [
enabled]- metadata
Delete the Subscription object by name or id
Delete the Subscription object by name or id
DELETE /apps/{org}/{catalog}/{consumer-org}/{app}/subscriptions/{subscription}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Consumer Organization name or id
Application name or id
Subscription name or id
Response
Possible values: [
subscription]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,enabled,rejected,disabled]Possible values: [
enabled]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Create a Subscription object
Create a Subscription object
POST /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,enabled,rejected,disabled]Allowable values: [
enabled]- metadata
Response
Possible values: [
subscription]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,enabled,rejected,disabled]Possible values: [
enabled]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List the Subscription objects
List the Subscription objects
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
Clear the Subscription objects
Clear the Subscription objects
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptionsGet the Subscription object by name or id
Get the Subscription object by name or id
GET /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptions/{subscription}Update the Subscription object by name or id
Update the Subscription object by name or id
PATCH /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptions/{subscription}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Subscription name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,enabled,rejected,disabled]Allowable values: [
enabled]- metadata
Delete the Subscription object by name or id
Delete the Subscription object by name or id
DELETE /apps/{org}/{catalog}/{space}/{consumer-org}/{app}/subscriptions/{subscription}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Consumer Organization name or id
Application name or id
Subscription name or id
Response
Possible values: [
subscription]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,enabled,rejected,disabled]Possible values: [
enabled]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Draft Product objects in all collections
List all Draft Product objects in all collections
GET /orgs/{org}/drafts/draft-productsList the Draft Product objects
List the Draft Product objects
GET /orgs/{org}/drafts/draft-products/{draft-product-name}Clear the Draft Product objects
Clear the Draft Product objects
DELETE /orgs/{org}/drafts/draft-products/{draft-product-name}Get the Draft Product object by id
Get the Draft Product object by id
GET /orgs/{org}/drafts/draft-products/{draft-product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft Product name
Query Parameters
List of field names to return
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Draft Product object by id
Update the Draft Product object by id
PATCH /orgs/{org}/drafts/draft-products/{draft-product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Draft Product name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Draft Product object by id
Delete the Draft Product object by id
DELETE /orgs/{org}/drafts/draft-products/{draft-product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft Product name
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Draft Product object by name and version
Get the Draft Product object by name and version
GET /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft Product name
Draft Product version name
Query Parameters
List of field names to return
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Draft Product object by name and version
Update the Draft Product object by name and version
PATCH /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Draft Product name
Draft Product version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Draft Product
Delete a Draft Product
DELETE /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft Product name
Draft Product version name
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Validate the draft product
Validate the draft product
POST /orgs/{org}/drafts/draft-products/{draft-product-id}/validateValidate the draft product
Validate the draft product
POST /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}/validateGet the Draft Product document
Get the Draft Product document
GET /orgs/{org}/drafts/draft-products/{draft-product-id}/documentGet the Draft Product document by name and version
Get the Draft Product document by name and version
GET /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}/documentRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Query Parameters
The type of api (rest, graphql, wsdl_to_rest, or wsdl)
The type of the gateway (datapower-gateway, datapower-api-gateway)
The type of the assembly to generate (rest_to_proxy)
Name of WSDL service to create the OpenAPI definition from
Disable generation of WS-Security definitions in api
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Draft API objects in all collections
List all Draft API objects in all collections
GET /orgs/{org}/drafts/draft-apisList the Draft API objects
List the Draft API objects
GET /orgs/{org}/drafts/draft-apis/{draft-api-name}Clear the Draft API objects
Clear the Draft API objects
DELETE /orgs/{org}/drafts/draft-apis/{draft-api-name}Get the Draft API object by id
Get the Draft API object by id
GET /orgs/{org}/drafts/draft-apis/{draft-api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft API name
Query Parameters
List of field names to return
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Draft API object by id
Update the Draft API object by id
PATCH /orgs/{org}/drafts/draft-apis/{draft-api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Draft API name
Query Parameters
The type of api (rest, graphql, wsdl_to_rest, or wsdl)
Name of WSDL service to create the OpenAPI definition from
Disable generation of WS-Security definitions in api
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Draft API object by id
Delete the Draft API object by id
DELETE /orgs/{org}/drafts/draft-apis/{draft-api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft API name
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Draft API object by name and version
Get the Draft API object by name and version
GET /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft API name
Draft API version name
Query Parameters
List of field names to return
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Draft API object by name and version
Update the Draft API object by name and version
PATCH /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Draft API name
Draft API version name
Query Parameters
The type of api (rest, graphql, wsdl_to_rest, or wsdl)
Name of WSDL service to create the OpenAPI definition from
Disable generation of WS-Security definitions in api
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Draft API
Delete a Draft API
DELETE /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft API name
Draft API version name
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Validate the draft api
Validate the draft api
POST /orgs/{org}/drafts/draft-apis/{draft-api-id}/validateValidate the draft api
Validate the draft api
POST /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}/validateAdd a target service
Add a target service
POST /orgs/{org}/drafts/draft-apis/{draft-api-id}/add-target-serviceAdd a target service
Add a target service
POST /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}/add-target-serviceGet the Draft API document
Get the Draft API document
GET /orgs/{org}/drafts/draft-apis/{draft-api-id}/documentGet the Draft API document by name and version
Get the Draft API document by name and version
GET /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}/documentGet the Draft API wsdl document
Get the Draft API wsdl document
GET /orgs/{org}/drafts/draft-apis/{draft-api-id}/wsdlGet the Draft API wsdl document by name and version
Get the Draft API wsdl document by name and version
GET /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}/wsdlRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Draft Product objects in all collections
List all Draft Product objects in all collections
GET /orgs/{org}/drafts/draft-productsList the Draft Product objects
List the Draft Product objects
GET /orgs/{org}/drafts/draft-products/{draft-product-name}Clear the Draft Product objects
Clear the Draft Product objects
DELETE /orgs/{org}/drafts/draft-products/{draft-product-name}Get the Draft Product object by id
Get the Draft Product object by id
GET /orgs/{org}/drafts/draft-products/{draft-product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft Product name
Query Parameters
List of field names to return
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Draft Product object by id
Update the Draft Product object by id
PATCH /orgs/{org}/drafts/draft-products/{draft-product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Draft Product name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Draft Product object by id
Delete the Draft Product object by id
DELETE /orgs/{org}/drafts/draft-products/{draft-product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft Product name
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Draft Product object by name and version
Get the Draft Product object by name and version
GET /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft Product name
Draft Product version name
Query Parameters
List of field names to return
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Draft Product object by name and version
Update the Draft Product object by name and version
PATCH /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Draft Product name
Draft Product version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Draft Product
Delete a Draft Product
DELETE /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft Product name
Draft Product version name
Response
Possible values: [
draft_product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_product
Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Validate the draft product
Validate the draft product
POST /orgs/{org}/drafts/draft-products/{draft-product-id}/validateValidate the draft product
Validate the draft product
POST /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}/validateGet the Draft Product document
Get the Draft Product document
GET /orgs/{org}/drafts/draft-products/{draft-product-id}/documentGet the Draft Product document by name and version
Get the Draft Product document by name and version
GET /orgs/{org}/drafts/draft-products/{draft-product-name}/{draft-product-version}/documentRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Query Parameters
The type of api (rest, graphql, wsdl_to_rest, or wsdl)
The type of the gateway (datapower-gateway, datapower-api-gateway)
The type of the assembly to generate (rest_to_proxy)
Name of WSDL service to create the OpenAPI definition from
Disable generation of WS-Security definitions in api
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Successful create
Unexpected error
No Sample Response
List all Draft API objects in all collections
List all Draft API objects in all collections
GET /orgs/{org}/drafts/draft-apisList the Draft API objects
List the Draft API objects
GET /orgs/{org}/drafts/draft-apis/{draft-api-name}Clear the Draft API objects
Clear the Draft API objects
DELETE /orgs/{org}/drafts/draft-apis/{draft-api-name}Get the Draft API object by id
Get the Draft API object by id
GET /orgs/{org}/drafts/draft-apis/{draft-api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft API name
Query Parameters
List of field names to return
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Draft API object by id
Update the Draft API object by id
PATCH /orgs/{org}/drafts/draft-apis/{draft-api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Draft API name
Query Parameters
The type of api (rest, graphql, wsdl_to_rest, or wsdl)
Name of WSDL service to create the OpenAPI definition from
Disable generation of WS-Security definitions in api
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Draft API object by id
Delete the Draft API object by id
DELETE /orgs/{org}/drafts/draft-apis/{draft-api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft API name
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Draft API object by name and version
Get the Draft API object by name and version
GET /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft API name
Draft API version name
Query Parameters
List of field names to return
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Draft API object by name and version
Update the Draft API object by name and version
PATCH /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml,multipart/form-data]
Path Parameters
Organization name or id
Draft API name
Draft API version name
Query Parameters
The type of api (rest, graphql, wsdl_to_rest, or wsdl)
Name of WSDL service to create the OpenAPI definition from
Disable generation of WS-Security definitions in api
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Draft API
Delete a Draft API
DELETE /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Draft API name
Draft API version name
Response
Possible values: [
draft_api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
- draft_api
- info
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Validate the draft api
Validate the draft api
POST /orgs/{org}/drafts/draft-apis/{draft-api-id}/validateValidate the draft api
Validate the draft api
POST /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}/validateAdd a target service
Add a target service
POST /orgs/{org}/drafts/draft-apis/{draft-api-id}/add-target-serviceAdd a target service
Add a target service
POST /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}/add-target-serviceGet the Draft API document
Get the Draft API document
GET /orgs/{org}/drafts/draft-apis/{draft-api-id}/documentGet the Draft API document by name and version
Get the Draft API document by name and version
GET /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}/documentGet the Draft API wsdl document
Get the Draft API wsdl document
GET /orgs/{org}/drafts/draft-apis/{draft-api-id}/wsdlGet the Draft API wsdl document by name and version
Get the Draft API wsdl document by name and version
GET /orgs/{org}/drafts/draft-apis/{draft-api-name}/{draft-api-version}/wsdlList all Product objects in all collections
List all Product objects in all collections
GET /catalogs/{org}/{catalog}/productsClear all Product objects in all collections
Clear all Product objects in all collections
DELETE /catalogs/{org}/{catalog}/productsList the Product objects
List the Product objects
GET /catalogs/{org}/{catalog}/products/{product-name}Clear the Product objects
Clear the Product objects
DELETE /catalogs/{org}/{catalog}/products/{product-name}Get the Product object by id
Get the Product object by id
GET /catalogs/{org}/{catalog}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Query Parameters
List of field names to return
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Product object by id
Update the Product object by id
PATCH /catalogs/{org}/{catalog}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Allowable values: [
pending,staged,published,deprecated,retired,archived]Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Product object by id
Delete the Product object by id
DELETE /catalogs/{org}/{catalog}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Product object by name and version
Get the Product object by name and version
GET /catalogs/{org}/{catalog}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Query Parameters
List of field names to return
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Product object by name and version
Update the Product object by name and version
PATCH /catalogs/{org}/{catalog}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Allowable values: [
pending,staged,published,deprecated,retired,archived]Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Product
Delete a Product
DELETE /catalogs/{org}/{catalog}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Hot replace a product
Hot replace a product
POST /catalogs/{org}/{catalog}/products/{product-id}/replaceRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Supersede a product
Supersede a product
POST /catalogs/{org}/{catalog}/products/{product-id}/supersedeRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Set the migration target of a product
Set the migration target of a product
POST /catalogs/{org}/{catalog}/products/{product-id}/set-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate list of subscriptions between products
Migrate list of subscriptions between products
POST /catalogs/{org}/{catalog}/products/{product-id}/migrate-subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate all subscriptions to their migration targets
Migrate all subscriptions to their migration targets
POST /catalogs/{org}/{catalog}/products/{product-id}/execute-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Hot replace the product
Hot replace the product
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/replaceRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Supersede a product
Supersede a product
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/supersedeRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Set the migration target
Set the migration target
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/set-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate list of subscriptions between products
Migrate list of subscriptions between products
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/migrate-subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate all subscriptions to their migration targets
Migrate all subscriptions to their migration targets
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/execute-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the Product document
Get the Product document
GET /catalogs/{org}/{catalog}/products/{product-id}/documentGet the Product document by name and version
Get the Product document by name and version
GET /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/documentList all API objects in all collections
List all API objects in all collections
GET /catalogs/{org}/{catalog}/apisRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
API name
Query Parameters
List of field names to return
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the API object by id
Update the API object by id
PATCH /catalogs/{org}/{catalog}/apis/{api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
API name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
staged,online,offline,retired]- api
- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the API object by name and version
Get the API object by name and version
GET /catalogs/{org}/{catalog}/apis/{api-name}/{api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
API name
API version name
Query Parameters
List of field names to return
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the API object by name and version
Update the API object by name and version
PATCH /catalogs/{org}/{catalog}/apis/{api-name}/{api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
API name
API version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
staged,online,offline,retired]- api
- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the API document by name and version
Get the API document by name and version
GET /catalogs/{org}/{catalog}/apis/{api-name}/{api-version}/documentGet the API wsdl document by name and version
Get the API wsdl document by name and version
GET /catalogs/{org}/{catalog}/apis/{api-name}/{api-version}/wsdlList all Product objects in all collections
List all Product objects in all collections
GET /spaces/{org}/{catalog}/{space}/productsClear all Product objects in all collections
Clear all Product objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/productsList the Product objects
List the Product objects
GET /spaces/{org}/{catalog}/{space}/products/{product-name}Clear the Product objects
Clear the Product objects
DELETE /spaces/{org}/{catalog}/{space}/products/{product-name}Get the Product object by id
Get the Product object by id
GET /spaces/{org}/{catalog}/{space}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Query Parameters
List of field names to return
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Product object by id
Update the Product object by id
PATCH /spaces/{org}/{catalog}/{space}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Allowable values: [
pending,staged,published,deprecated,retired,archived]Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Product object by id
Delete the Product object by id
DELETE /spaces/{org}/{catalog}/{space}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Product object by name and version
Get the Product object by name and version
GET /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Query Parameters
List of field names to return
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Product object by name and version
Update the Product object by name and version
PATCH /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Allowable values: [
pending,staged,published,deprecated,retired,archived]Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Product
Delete a Product
DELETE /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Hot replace a product
Hot replace a product
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/replaceRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Supersede a product
Supersede a product
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/supersedeRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Set the migration target of a product
Set the migration target of a product
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/set-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate list of subscriptions between products
Migrate list of subscriptions between products
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/migrate-subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate all subscriptions to their migration targets
Migrate all subscriptions to their migration targets
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/execute-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Hot replace the product
Hot replace the product
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/replaceRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Supersede a product
Supersede a product
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/supersedeRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Set the migration target
Set the migration target
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/set-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate list of subscriptions between products
Migrate list of subscriptions between products
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/migrate-subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate all subscriptions to their migration targets
Migrate all subscriptions to their migration targets
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/execute-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the Product document
Get the Product document
GET /spaces/{org}/{catalog}/{space}/products/{product-id}/documentGet the Product document by name and version
Get the Product document by name and version
GET /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/documentList all API objects in all collections
List all API objects in all collections
GET /spaces/{org}/{catalog}/{space}/apisRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
API name
Query Parameters
List of field names to return
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the API object by id
Update the API object by id
PATCH /spaces/{org}/{catalog}/{space}/apis/{api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
API name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
staged,online,offline,retired]- api
- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the API object by name and version
Get the API object by name and version
GET /spaces/{org}/{catalog}/{space}/apis/{api-name}/{api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
API name
API version name
Query Parameters
List of field names to return
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the API object by name and version
Update the API object by name and version
PATCH /spaces/{org}/{catalog}/{space}/apis/{api-name}/{api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
API name
API version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
staged,online,offline,retired]- api
- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the API document by name and version
Get the API document by name and version
GET /spaces/{org}/{catalog}/{space}/apis/{api-name}/{api-version}/documentGet the API wsdl document
Get the API wsdl document
GET /spaces/{org}/{catalog}/{space}/apis/{api-id}/wsdlGet the API wsdl document by name and version
Get the API wsdl document by name and version
GET /spaces/{org}/{catalog}/{space}/apis/{api-name}/{api-version}/wsdlList all Product objects in all collections
List all Product objects in all collections
GET /catalogs/{org}/{catalog}/productsClear all Product objects in all collections
Clear all Product objects in all collections
DELETE /catalogs/{org}/{catalog}/productsList the Product objects
List the Product objects
GET /catalogs/{org}/{catalog}/products/{product-name}Clear the Product objects
Clear the Product objects
DELETE /catalogs/{org}/{catalog}/products/{product-name}Get the Product object by id
Get the Product object by id
GET /catalogs/{org}/{catalog}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Query Parameters
List of field names to return
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Product object by id
Update the Product object by id
PATCH /catalogs/{org}/{catalog}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Allowable values: [
pending,staged,published,deprecated,retired,archived]Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Product object by id
Delete the Product object by id
DELETE /catalogs/{org}/{catalog}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Product object by name and version
Get the Product object by name and version
GET /catalogs/{org}/{catalog}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Query Parameters
List of field names to return
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Product object by name and version
Update the Product object by name and version
PATCH /catalogs/{org}/{catalog}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Allowable values: [
pending,staged,published,deprecated,retired,archived]Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Product
Delete a Product
DELETE /catalogs/{org}/{catalog}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Hot replace a product
Hot replace a product
POST /catalogs/{org}/{catalog}/products/{product-id}/replaceRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Supersede a product
Supersede a product
POST /catalogs/{org}/{catalog}/products/{product-id}/supersedeRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Set the migration target of a product
Set the migration target of a product
POST /catalogs/{org}/{catalog}/products/{product-id}/set-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate list of subscriptions between products
Migrate list of subscriptions between products
POST /catalogs/{org}/{catalog}/products/{product-id}/migrate-subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate all subscriptions to their migration targets
Migrate all subscriptions to their migration targets
POST /catalogs/{org}/{catalog}/products/{product-id}/execute-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Hot replace the product
Hot replace the product
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/replaceRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Supersede a product
Supersede a product
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/supersedeRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Set the migration target
Set the migration target
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/set-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate list of subscriptions between products
Migrate list of subscriptions between products
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/migrate-subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate all subscriptions to their migration targets
Migrate all subscriptions to their migration targets
POST /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/execute-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the Product document
Get the Product document
GET /catalogs/{org}/{catalog}/products/{product-id}/documentGet the Product document by name and version
Get the Product document by name and version
GET /catalogs/{org}/{catalog}/products/{product-name}/{product-version}/documentList all API objects in all collections
List all API objects in all collections
GET /catalogs/{org}/{catalog}/apisRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
API name
Query Parameters
List of field names to return
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the API object by id
Update the API object by id
PATCH /catalogs/{org}/{catalog}/apis/{api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
API name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
staged,online,offline,retired]- api
- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the API object by name and version
Get the API object by name and version
GET /catalogs/{org}/{catalog}/apis/{api-name}/{api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
API name
API version name
Query Parameters
List of field names to return
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the API object by name and version
Update the API object by name and version
PATCH /catalogs/{org}/{catalog}/apis/{api-name}/{api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
API name
API version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
staged,online,offline,retired]- api
- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the API document by name and version
Get the API document by name and version
GET /catalogs/{org}/{catalog}/apis/{api-name}/{api-version}/documentGet the API wsdl document by name and version
Get the API wsdl document by name and version
GET /catalogs/{org}/{catalog}/apis/{api-name}/{api-version}/wsdlList all Product objects in all collections
List all Product objects in all collections
GET /spaces/{org}/{catalog}/{space}/productsClear all Product objects in all collections
Clear all Product objects in all collections
DELETE /spaces/{org}/{catalog}/{space}/productsList the Product objects
List the Product objects
GET /spaces/{org}/{catalog}/{space}/products/{product-name}Clear the Product objects
Clear the Product objects
DELETE /spaces/{org}/{catalog}/{space}/products/{product-name}Get the Product object by id
Get the Product object by id
GET /spaces/{org}/{catalog}/{space}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Query Parameters
List of field names to return
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Product object by id
Update the Product object by id
PATCH /spaces/{org}/{catalog}/{space}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Allowable values: [
pending,staged,published,deprecated,retired,archived]Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete the Product object by id
Delete the Product object by id
DELETE /spaces/{org}/{catalog}/{space}/products/{product-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Get the Product object by name and version
Get the Product object by name and version
GET /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Query Parameters
List of field names to return
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Product object by name and version
Update the Product object by name and version
PATCH /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Allowable values: [
pending,staged,published,deprecated,retired,archived]Allowable values: [
datapower-gateway,datapower-api-gateway]- metadata
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Delete a Product
Delete a Product
DELETE /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Successful delete
Unexpected error
No Sample Response
Hot replace a product
Hot replace a product
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/replaceRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Supersede a product
Supersede a product
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/supersedeRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Set the migration target of a product
Set the migration target of a product
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/set-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate list of subscriptions between products
Migrate list of subscriptions between products
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/migrate-subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate all subscriptions to their migration targets
Migrate all subscriptions to their migration targets
POST /spaces/{org}/{catalog}/{space}/products/{product-id}/execute-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Hot replace the product
Hot replace the product
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/replaceRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Supersede a product
Supersede a product
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/supersedeRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Set the migration target
Set the migration target
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/set-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate list of subscriptions between products
Migrate list of subscriptions between products
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/migrate-subscriptionsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Migrate all subscriptions to their migration targets
Migrate all subscriptions to their migration targets
POST /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/execute-migration-targetRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
Product name
Product version name
Response
Possible values: [
product]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
pending,staged,published,deprecated,retired,archived]- product
- catalog_product
Possible values: [
pending,staged,published,deprecated,retired,archived]Possible values: [
datapower-gateway,datapower-api-gateway]- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the Product document
Get the Product document
GET /spaces/{org}/{catalog}/{space}/products/{product-id}/documentGet the Product document by name and version
Get the Product document by name and version
GET /spaces/{org}/{catalog}/{space}/products/{product-name}/{product-version}/documentList all API objects in all collections
List all API objects in all collections
GET /spaces/{org}/{catalog}/{space}/apisRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
API name
Query Parameters
List of field names to return
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the API object by id
Update the API object by id
PATCH /spaces/{org}/{catalog}/{space}/apis/{api-id}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
API name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
staged,online,offline,retired]- api
- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the API object by name and version
Get the API object by name and version
GET /spaces/{org}/{catalog}/{space}/apis/{api-name}/{api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
API name
API version name
Query Parameters
List of field names to return
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the API object by name and version
Update the API object by name and version
PATCH /spaces/{org}/{catalog}/{space}/apis/{api-name}/{api-version}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Space name or id
API name
API version name
Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
staged,online,offline,retired]- api
- wsdl
Allowable values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Allowable values: [
rest,wsdl,graphql]Allowable values: [
datapower-gateway,datapower-api-gateway]Allowable values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Response
Possible values: [
api]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
staged,online,offline,retired]- api
- wsdl
Possible values: [
application/wsdl,application/wsdl+xml,text/xml,application/zip]
Possible values: [
rest,wsdl,graphql]Possible values: [
datapower-gateway,datapower-api-gateway]Possible values: [
openapi2,openapi3]- catalog_api
- info
- gateway_api
- info
- consumer_api
- info
- metadata
Status Code
Success
Unexpected error
No Sample Response
Get the API document by name and version
Get the API document by name and version
GET /spaces/{org}/{catalog}/{space}/apis/{api-name}/{api-version}/documentGet the API wsdl document
Get the API wsdl document
GET /spaces/{org}/{catalog}/{space}/apis/{api-id}/wsdlGet the API wsdl document by name and version
Get the API wsdl document by name and version
GET /spaces/{org}/{catalog}/{space}/apis/{api-name}/{api-version}/wsdlGet the Webhook object by name or id
Get the Webhook object by name or id
GET /catalogs/{org}/{catalog}/webhooks/{webhook}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Webhook name or id
Query Parameters
List of field names to return
Response
Possible values: [
webhook]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
online,online_configured,offline_configured,offline_resync,initializing,online_pending]- state_change_history
- tasks
Possible values: [
notification,sync]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Webhook object by name or id
Update the Webhook object by name or id
PATCH /catalogs/{org}/{catalog}/webhooks/{webhook}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Webhook name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
online,online_configured,offline_configured,offline_resync,initializing,online_pending]- state_change_history
- tasks
Allowable values: [
notification,sync]- metadata
Response
Possible values: [
webhook]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
online,online_configured,offline_configured,offline_resync,initializing,online_pending]- state_change_history
- tasks
Possible values: [
notification,sync]- metadata
Status Code
Success
Unexpected error
No Sample Response
List the Primary Event objects
List the Primary Event objects
GET /catalogs/{org}/{catalog}/primary-eventsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
State for a webhook event in subscriber queue
Get the Primary Event object by name or id
Get the Primary Event object by name or id
GET /catalogs/{org}/{catalog}/primary-events/{primary-event}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Primary Event name or id
Query Parameters
List of field names to return
Response
Possible values: [
primary_event]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
create,update,delete]Possible values: [
queued,snapshotting,tombstone]- metadata
Status Code
Success
Unexpected error
No Sample Response
List the Primary Event objects
List the Primary Event objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/primary-eventsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
State for a webhook event in subscriber queue
Get the Primary Event object by name or id
Get the Primary Event object by name or id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/primary-events/{primary-event}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Primary Event name or id
Query Parameters
List of field names to return
Response
Possible values: [
primary_event]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
create,update,delete]Possible values: [
queued,snapshotting,tombstone]- metadata
Status Code
Success
Unexpected error
No Sample Response
List the Subscriber Event objects
List the Subscriber Event objects
GET /catalogs/{org}/{catalog}/webhooks/{webhook}/subscriber-eventsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Webhook name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
State for a webhook event in subscriber queue
Get the Subscriber Event object by name or id
Get the Subscriber Event object by name or id
GET /catalogs/{org}/{catalog}/webhooks/{webhook}/subscriber-events/{subscriber-event}Get the Webhook object by name or id
Get the Webhook object by name or id
GET /catalogs/{org}/{catalog}/webhooks/{webhook}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Webhook name or id
Query Parameters
List of field names to return
Response
Possible values: [
webhook]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
online,online_configured,offline_configured,offline_resync,initializing,online_pending]- state_change_history
- tasks
Possible values: [
notification,sync]- metadata
Status Code
Success
Unexpected error
No Sample Response
Update the Webhook object by name or id
Update the Webhook object by name or id
PATCH /catalogs/{org}/{catalog}/webhooks/{webhook}Request
Custom Headers
Allowable values: [
application/json,application/yaml]Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Webhook name or id
Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Allowable values: [
online,online_configured,offline_configured,offline_resync,initializing,online_pending]- state_change_history
- tasks
Allowable values: [
notification,sync]- metadata
Response
Possible values: [
webhook]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
online,online_configured,offline_configured,offline_resync,initializing,online_pending]- state_change_history
- tasks
Possible values: [
notification,sync]- metadata
Status Code
Success
Unexpected error
No Sample Response
List the Primary Event objects
List the Primary Event objects
GET /catalogs/{org}/{catalog}/primary-eventsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
State for a webhook event in subscriber queue
Get the Primary Event object by name or id
Get the Primary Event object by name or id
GET /catalogs/{org}/{catalog}/primary-events/{primary-event}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Primary Event name or id
Query Parameters
List of field names to return
Response
Possible values: [
primary_event]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
create,update,delete]Possible values: [
queued,snapshotting,tombstone]- metadata
Status Code
Success
Unexpected error
No Sample Response
List the Primary Event objects
List the Primary Event objects
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/primary-eventsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
State for a webhook event in subscriber queue
Get the Primary Event object by name or id
Get the Primary Event object by name or id
GET /catalogs/{org}/{catalog}/configured-gateway-services/{configured-gateway-service}/primary-events/{primary-event}Request
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Configured Gateway Service name or id
Primary Event name or id
Query Parameters
List of field names to return
Response
Possible values: [
primary_event]Possible values: [
2.0.0]Possible values: length ≤ 255
Possible values: length ≤ 1023
Possible values: length ≤ 65535
Possible values: [
create,update,delete]Possible values: [
queued,snapshotting,tombstone]- metadata
Status Code
Success
Unexpected error
No Sample Response
List the Subscriber Event objects
List the Subscriber Event objects
GET /catalogs/{org}/{catalog}/webhooks/{webhook}/subscriber-eventsRequest
Custom Headers
Allowable values: [
application/json,application/yaml]
Path Parameters
Organization name or id
Catalog name or id
Webhook name or id
Query Parameters
List of field names to return
Offset item number from list to begin return
Maximum number of items to return
State for a webhook event in subscriber queue
Get the Subscriber Event object by name or id
Get the Subscriber Event object by name or id
GET /catalogs/{org}/{catalog}/webhooks/{webhook}/subscriber-events/{subscriber-event}