CheckSetRunInput

CheckSetRunInput
CheckSetRunInput

Input to start a check run over a selection of check-sets and resources

JSON Example
{
    "queryId": "string",
    "resources": [
        {
            "checkSets": [
                {
                    "checkSetId": "string"
                }
            ],
            "domain": {
                "domainId": "string",
                "domainName": "string",
                "domainType": "string"
            },
            "resourceId": "string",
            "resourceName": "string",
            "resourceType": "string"
        }
    ]
}
string
queryId
Required

Id of the query the selection was based on

resources
Required

Information about the resource and its selection

Parameter To