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.

Executes a GraphQL query.

Parameters

ParameterDescription
Disable SSL EnforcementEnable this option to skip SSL verification of the server’s certificate chain and host name. This may increase security vulnerabilities, but can be useful for testing or when custom verification is employed.
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
QueryGraphQL query.
Retry On Rate LimitIf enabled, and when rate limits are reached, the system will retry the HTTP request after the designated time period specified in the rate limit headers or through the use of exponential backoff.
VariablesGraphQL query variables.

Workflow Library Example

Jfrog Graphql Custom Action and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop