Get List of Applicable Bounce Services
Use this API to get a list of default services on the environment affected during the bounce operation.
API
/selfservice/v1/customers/services/products/bounce/services
Scope and AuthZ
- You must have
mcs:oci:api:Userscope to access this API. - You can use Bounce Metadata API only if customer has opted-in for Bounce functionality.
Headers
- Authorization: Bearer <Token>
Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).
- Identifier: <JWKS Identifier>
Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.
Base Path
/selfservice/v1/
Functionality
- This API exposes a list of applicable bounce services.
-
namevalue is the key. -
labelis a description which is used for displays.
Verb
GET
Sample response
[
{
"name": "All",
"label": "All (Apps and DB)"
},
{
"name": "Apps",
"label": "All Apps"
},
{
"name": "Components",
"label": "Apps Components"
}
]