Avisi cloud logo
Integrations

Get configured integration for organization.

GET
/api/v1/orgs/{organizationSlug}/integrations/{organisationIntegrationIdentity}

Path Parameters

organisationIntegrationIdentity
Required
string

Format: "uuid"

organizationSlug
Required
string

curl -X GET "http://localhost:8090/api/v1/orgs/string/integrations/497f6eca-6276-4993-bfeb-53cbbbba6f08"

Request was successfully processed. The response body contains the requested data.

{
  "identity": "10a80a7a-1a32-4a74-b592-aa2a4ef691c5",
  "type": "stackstate",
  "displayName": "string",
  "enabled": true,
  "config": {
    "property1": "string",
    "property2": "string"
  },
  "createdAt": "2019-08-24T14:15:22Z",
  "modifiedAt": "2019-08-24T14:15:22Z",
  "clustersUsingIntegration": [
    {
      "clusterIdentity": "5e08fe67-1274-475d-bd0c-a65b0330507f",
      "enabled": true,
      "environmentSlug": "string",
      "clusterSlug": "string",
      "clusterName": "string"
    }
  ]
}