Update Event Log State

Update Event Log State

Only Solution users, Container admins and System admins can update EventLogStates.

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

The id of the EventLogState


Request Body

The EventLogState to be updated.

EventLogState of type(s) application/json
Required
{
    "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

Responses
200

'OK' is returned when the EventLogState is updated.

Operation doesn't return any data structure