Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Run a custom Compass query.

Parameters

ParameterDescription
HeadersRequest 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
QueryYour custom Compass query.
VariablesVariables for the query.

Example Output

{
	"data": {
		"tenantContexts": [
			{
				"cloudId": "<string>"
			}
		]
	},
	"extensions": {
		"gateway": {
			"request_id": "<string>",
			"crossRegion": false,
			"edgeCrossRegion": false
		}
	}
}

Workflow Library Example

Query with Compass and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop