Skip to main content

sync xsoar integration playbook status to IoT

POST 

/pub/v4.0/xsoar/status

sync xsoar integration playbook status

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

Body

required
    status stringrequired

    playboook status - error/success/disabled/license_limit_exceeded

    timestamp numberrequired

    timestamp

    integration_name stringrequired

    name of the integration instance

    message string

    status message

    custom_integration_name string

    customized integration name

Responses

Successful Response

Schema
    received string

    if IoT has received the integration information

Loading...