Get Log Service State
Solution users, System admins, Container admins, and Container architects can get LogServiceState.
Request
URI
GET
https://{api_host}/container-service/api/resources/container-logs
COPY
Query Parameters
string
id
Required
The id of the LogServiceState.
Responses
200
OK with the LogServiceState
Returns LogServiceState of type(s) */*
{
"documentExpirationTimeMicros": "string",
"documentSelfLink": "string",
"tenantLinks": [
"string"
],
"logs": "string",
"documentUpdateTimeMicros": "string"
}
string
documentExpirationTimeMicros
Optional
documentExpirationTimeMicros
string
documentSelfLink
Optional
documentSelfLink
array of string
tenantLinks
Optional
tenantLinks
string
logs
Optional
logs
string
documentUpdateTimeMicros
Optional
documentUpdateTimeMicros
404
'Not Found' if no LogServiceState with provided id
Operation doesn't return any data structure
Log Operations
GET
Get Log Service State