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