Skip to main content
Get integration template
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/template/v1 \
  --header 'Authorization: <api-key>'
{
  "templateUrl": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

integration_id
string

The unique identifier of the integration to fetch a template for.

common_arm_params
Common ARM integration parameters · object

Common ARM integration parameters (logs URL, API key, cgx domain) supplied when rendering the template.

empty
object

Empty extra parameters; use when the template does not require additional inputs.

Response

Response containing an integration template.

templateUrl
string

The template url.