Get Execution Logs

Use this API to get an execution log.

API

/selfservice/v1/customers/{supportIdentifier}/{serviceType}/products/config/instances/{instanceId}/executions/{executionId}/logs/{logName}

Scope and AuthZ

  • You must have mcs:oci:api:User scope to access this API.
  • You can view 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 get an execution log. The content is base64 encoded.

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 Yes
logName Path parameter Yes

Sample response

{
  "fileName": "3-7JZXAMZ_log1.zip",
  "content": "QUNFIHRlc3QgUGF0Y2g=120"
}