JFrog GraphQL Custom Action
Executes a GraphQL query.
Parameters
Parameter | Description |
---|---|
Disable SSL Enforcement | Enable 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. |
Headers | Request Headers to be added to the request in the format Name: Value. For example: Content-Type: application/json |
Query | GraphQL query. |
Retry On Rate Limit | If 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. |
Variables | GraphQL query variables. |
Workflow Library Example
Jfrog Graphql Custom Action and Send Results Via Email
Preview this Workflow on desktop