Skip to main content
Update extension
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/extensions/v1/deployed \
  --header 'Authorization: <api-key>'
{
  "extensionDeployment": {
    "applications": [
      "<string>"
    ],
    "id": "<string>",
    "itemIds": [
      "<string>"
    ],
    "subsystems": [
      "<string>"
    ],
    "version": "<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

id
string

Unique identifier.

version
string

Version number.

item_ids
string[]

The item ids.

The item ids.

applications
string[]

The applications.

The applications.

subsystems
string[]

The subsystems.

The subsystems.

extension_deployment
Extension deployment · object

The extension deployment configuration to update. Extension deployment.

Response

Response returned after successfully updating a deployed extension.

extensionDeployment
Extension deployment · object

Extension deployment.