v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14179784.8 KB

Gets the specified logging configuration.

post/GetLoggingConfiguration

Request body

identifierstring required

Identifier of the logging configuration to be retrieved.

Response

Success

arnstring

Logging-configuration ARN, from the request (if <code>identifier</code> was an ARN).

idstring

Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.

createTimestring date-time

Time when the logging configuration was created. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.

updateTimestring date-time

Time of the logging configuration’s last update. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.

namestring

Logging-configuration name. This value does not need to be unique.

state'CREATING' | 'CREATE_FAILED' | 'DELETING' | 'DELETE_FAILED' | 'UPDATING' | 'UPDATE_FAILED' | 'ACTIVE'

The state of the logging configuration. When the state is <code>ACTIVE</code>, the configuration is ready to log chat content.

tagsobject

Tags attached to the resource. Array of maps, each of the form <code>string:string (key:value)</code>.