{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetEntityThresholdConfig1", "title": "GetEntityThresholdConfig1", "type": "object", "properties": { "eventName": { "type": "string", "example": "clusterCallsRedirected", "description": "Name of the event." }, "eventThresholdId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0VWRU5ULzQyN2U5ZTk2LTczYTctNDYwYS04MGZhLTcyNWU4MWE2MDg3Zjo2YzJhZGRmMS0wYjAzLTRiZWEtYjIxYy0xYzFjYzdiY2UwOWQ", "description": "Unique ID of the event threshold configuration." }, "eventScope": { "type": "string", "example": "CLUSTER", "description": "The `eventScope` is scope of event." }, "entityId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzRiNTk5NzkwLWVlMzctMTFlZC1hMDViLTAyNDJhYzEyMDAwMzo2NjMxOTMyNC1lZTM3LTExZWQtYTA1Yi0wMjQyYWMxMjAwMDM", "description": "The `entityId` is the unique ID of the Organization or the unique ID of the Video Mesh Cluster." }, "thresholdConfig": { "$ref": "#/components/schemas/EventThresholdConfig1", "description": "Threshold configuration of an `entityId`." } } }