Get Event Log State

Get Event Log State

Only Solution users, Container admins, Container developers and System admins can retrieve EventLogStates.

Request
URI
GET
https://{api_host}/container-service/api/resources/event-logs/{id}
COPY
Path Parameters
string
id
Required

The id of the EventLogState


Responses
200

OK with the EventLogState

Returns EventLogState of type(s) */*
{
    "documentExpirationTimeMicros": "string",
    "eventLogType": "string",
    "documentSelfLink": "string",
    "description": "string",
    "tenantLinks": [
        "string"
    ],
    "documentUpdateTimeMicros": "string",
    "resourceType": "string"
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

object
customProperties
Optional

customProperties

string
eventLogType
Optional

eventLogType

Possible values are : INFO, WARNING, ERROR,
string
documentSelfLink
Optional

documentSelfLink

string
description
Optional

description

array of string
tenantLinks
Optional

tenantLinks

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

string
resourceType
Optional

resourceType


404

'Not Found' if no EventLogState with provided id

Operation doesn't return any data structure