Get List of Allowed Configurations
Use this API to get allowed configurations.
API
/selfservice/v1/customers/services/{serviceType}/products/config/types
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can access this information only for the service type that belongs to your customer.
- You can use Configuration Metadata API only if your customer has opted-in for Configuration 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.
Dependency
ServiceType Source (typeCode)
Base Path
/selfservice/v1/
Functionality
This API exposes list of allowed configurations for a service type.
Response includes the configuration types.
serviceType
can be retrieved from the dependency mentioned.
Verb
GET
Sample response
[
"Trace & Debug",
"Trace"
]