Get list of log files for an execution
Use this API to list log files for a configuration execution.
API
/selfservice/v1/customers/{supportIdentifier}/{serviceType}/products/config/instances/{instanceId}/executions/{executionId}/logs/
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can list log files that belong to your customers only.
- You can use Configuration execution 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.
Base Path
/selfservice/v1/
Dependency
Functionality
This API allows you to list log files for a configuration execution.
Verb
GET
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
supportIdentifier |
Path parameter | Customer Support Identifier (CSI) | Yes |
serviceType |
Path parameter | Service type (For example, EBSO, EBSZ, or EBSI) | Yes |
instanceId |
Path parameter | Instance name or target name | Yes |
executionId |
Path parameter | Unique execution ID for the patch execution | Yes |
Sample response
[
"3-7JZXAMZ_log1.zip","3-7JZXAMZ_log2.zip","3-7JZXAMZ_log3.log"
]