Get Eligible Instances for Configuration Type Activity
Use this API to get eligible instances for a specific configuration type activity.
API
/selfservice/v1/customers/{supportIdentifier}/services/{serviceType}/products/config/types/{configType}/{activity}/instances/
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can access this information only for support identifier and 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
Base Path
/selfservice/v1/
Functionality
This API exposes a list of instances allowed for configuration based on user privileges. The list includes instance names.
{supportIdentifier}
, {serviceType}
, {configType}
, and {activity}
can be retrieved from the dependency mentioned.
Verb
GET
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
supportIdentifier |
Path parameter | Customer Support Identifier (CSI) | Yes |
serviceType |
Path parameter | Service type | Yes |
configType |
Path parameter | Configuration type (For example, Trace and Debug) | Yes |
activity |
Path parameter | Activity (For example, FRD/FND Enable/Disable) | Yes |
Sample response
[
"DCMATI",
"TCMATI"
]