Authorizations
Body
application/json
Check if multiple assets associated with a contract are compliant
curl --request POST \
--url https://{hostname}.gable.ai/v0/contract/bulk-check-compliance \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"contract": {
"contractSchema": [
{
"type": "struct",
"name": "<string>",
"fields": [
{
"type": "struct",
"name": "<string>",
"fields": [
"<any>"
],
"alias": "<string>",
"doc": "<string>",
"logical": "<string>",
"optional": true
}
],
"alias": "<string>",
"doc": "<string>",
"logical": "<string>",
"optional": true,
"constraints": {}
}
],
"dataAssetResourceNames": [
"<string>"
]
}
}'{
"results": {}
}Show child attributes
Show child attributes
curl --request POST \
--url https://{hostname}.gable.ai/v0/contract/bulk-check-compliance \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"contract": {
"contractSchema": [
{
"type": "struct",
"name": "<string>",
"fields": [
{
"type": "struct",
"name": "<string>",
"fields": [
"<any>"
],
"alias": "<string>",
"doc": "<string>",
"logical": "<string>",
"optional": true
}
],
"alias": "<string>",
"doc": "<string>",
"logical": "<string>",
"optional": true,
"constraints": {}
}
],
"dataAssetResourceNames": [
"<string>"
]
}
}'{
"results": {}
}