Get Execution Log Details
Use this API to get an execution log.
API
/cemli/v1/customers/{supportIdentifier}/{serviceType}/products/patch/instances/{instanceId}/executions/{executionId}/logs/{logName}
Scope and AuthZ
- You must have
mcs:oci:api:Userscope to access this API. - You can view logs for assigned services or instances only.
- You can use CEMLI execution API only if your customer has opted-in for CEMLI 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
/cemli/v1/
Dependency
Functionality
- This API allows you to get an execution log. The content is base64 encoded.
- Response field that requires an explanation:
-
contentis Base64 encoded content.
-
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 identifier of the execution | Yes |
logName
|
Path parameter | Name of the log file retrieved using list log files API | Yes |
Sample response
{
"fileName": "3-7JZXAMZ_log1.zip",
"content": "QUNFIHRlc3QgUGF0Y2g=120"
}