Integrations
Configure an integration for an organization.
Path Parameters
organizationSlugstring
Match
^[a-z0-9-_]+$
typestring
Value in
"stackstate"
displayNamestring
Length
3 <= length <= 255
enabled?boolean
configobject
Properties
1 <= properties
Empty Object
Response Body
curl -X POST "https://api.avisi.cloud/api/v1/orgs/string/integrations" \
-H "Content-Type: application/json" \
-d '{
"type": "stackstate",
"displayName": "string",
"config": {
"property1": "string",
"property2": "string"
}
}'
{
"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"
}
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}