templates/exports

Export monitoring templates as JSON or ZIP file.

Exports one or more monitoring templates as a downloadable file.

  • If a single template ID is provided, the response is a JSON file containing the template details.
  • If multiple template IDs are provided, the response is a ZIP file (export_templates.zip) containing one JSON file per template.

Limitations

  • You can export a maximum of 10 templates at a time.
  • The recommended limit for the total number of metrics across exported templates is less than 100.

Path Parameters

  • clientIdstringrequired

    Describes the client unique identifier of the tenant

  • idsstringrequired

    Comma-separated list of template UUIDs to export. Example: `ce0dedd2-ad67-467f-9533-0568012f8341,9792b231-f0dd-4ebb-8b5f-6511298cc664`

Responses

    Loading Examples...