Patch Event Log State

Patch Event Log State

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

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

The id of the EventLogState


Request Body

The patch of the EventLogState

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
Operation doesn't return any data structure