Initiate Configuration Activity Log Transfer

Use this API to initiate configuration activity log transfer.

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 access the information that belongs 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.

Dependency

Base Path

/selfservice/v1/

Functionality

This API allows you to initiate log transfer on demand from the environment.

Verb

PUT

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 identifier fetched using instance list. Yes
executionId Path parameter Activity execution ID Yes

Sample request

{
  "transferLogs": true,
  "OS_Process_Identifier": "1252"
}

Sample response

{
  "message": "Log Transfer Initiated"
}