Parameter | Description |
---|---|
Headers | Request Headers to be added to the request, as a string in the format of Name: Value , separated by new lines.For example: Content-Type: application/json Accept: application/json |
Query | Your custom Compass query. |
Variables | Variables for the query. |
{
"data": {
"tenantContexts": [
{
"cloudId": "<string>"
}
]
},
"extensions": {
"gateway": {
"request_id": "<string>",
"crossRegion": false,
"edgeCrossRegion": false
}
}
}
Was this page helpful?