Authorizations
API key authentication
Body
application/json
Extension details for ingestion
Response
The response is of type object.
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/extensions/v1/testing/initialize \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"extensionData": {
"binaries": [
{
"data": "<string>",
"type": "KIBANA_INDEX_PATTERN"
}
],
"changelog": [
{
"descriptionMd": "<string>",
"version": "<string>"
}
],
"darkModeImage": "<string>",
"deprecation": {
"reason": "<string>",
"replacementExtensions": [
"<string>"
]
},
"description": "Integration with AWS CloudWatch for monitoring and logging",
"excerpt": "Monitor AWS resources and analyze logs with CloudWatch integration",
"id": "076f4188-05e0-4ed3-afeb-653ad182ccb7",
"image": "<string>",
"integrationDetails": [
{
"link": "<string>",
"name": "<string>"
}
],
"integrations": [
"<string>"
],
"isHidden": true,
"items": [
{
"binaries": [
{
"data": "<string>",
"fileName": "<string>",
"type": "PREVIEW_IMAGE"
}
],
"data": {},
"description": "Less than 60% cocoa",
"internalId": 123,
"isMandatory": true,
"name": "Low cocoa content",
"permissionResource": "UNKNOWN",
"stableId": "<string>",
"targetDomain": "ACTION",
"uniqueId": "<string>"
}
],
"keywords": [
"<string>"
],
"labels": [
"<string>"
],
"name": "AWS CloudWatch Extension",
"version": "v1.0.13"
}
}'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/extensions/v1/testing/initialize \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"extensionData": {
"binaries": [
{
"data": "<string>",
"type": "KIBANA_INDEX_PATTERN"
}
],
"changelog": [
{
"descriptionMd": "<string>",
"version": "<string>"
}
],
"darkModeImage": "<string>",
"deprecation": {
"reason": "<string>",
"replacementExtensions": [
"<string>"
]
},
"description": "Integration with AWS CloudWatch for monitoring and logging",
"excerpt": "Monitor AWS resources and analyze logs with CloudWatch integration",
"id": "076f4188-05e0-4ed3-afeb-653ad182ccb7",
"image": "<string>",
"integrationDetails": [
{
"link": "<string>",
"name": "<string>"
}
],
"integrations": [
"<string>"
],
"isHidden": true,
"items": [
{
"binaries": [
{
"data": "<string>",
"fileName": "<string>",
"type": "PREVIEW_IMAGE"
}
],
"data": {},
"description": "Less than 60% cocoa",
"internalId": 123,
"isMandatory": true,
"name": "Low cocoa content",
"permissionResource": "UNKNOWN",
"stableId": "<string>",
"targetDomain": "ACTION",
"uniqueId": "<string>"
}
],
"keywords": [
"<string>"
],
"labels": [
"<string>"
],
"name": "AWS CloudWatch Extension",
"version": "v1.0.13"
}
}'{}API key authentication
Extension details for ingestion
Show child attributes
The response is of type object.
Was this page helpful?