curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/extensions/v1/testing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"extensionData": {
"id": "076f4188-05e0-4ed3-afeb-653ad182ccb7",
"image": "<string>",
"name": "AWS CloudWatch Extension",
"version": "v1.0.13",
"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",
"integrationDetails": [
{
"link": "<string>",
"name": "<string>"
}
],
"integrations": [
"<string>"
],
"isHidden": true,
"items": [
{
"data": {},
"name": "Low cocoa content",
"targetDomain": "ACTION",
"binaries": [
{
"data": "<string>",
"fileName": "<string>",
"type": "PREVIEW_IMAGE"
}
],
"description": "Less than 60% cocoa",
"internalId": 123,
"isMandatory": true,
"permissionResource": "UNKNOWN",
"stableId": "<string>",
"uniqueId": "<string>"
}
],
"keywords": [
"<string>"
],
"labels": [
"<string>"
]
},
"cleanupAfterTest": true
}
'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/extensions/v1/testing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"extensionData": {
"id": "076f4188-05e0-4ed3-afeb-653ad182ccb7",
"image": "<string>",
"name": "AWS CloudWatch Extension",
"version": "v1.0.13",
"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",
"integrationDetails": [
{
"link": "<string>",
"name": "<string>"
}
],
"integrations": [
"<string>"
],
"isHidden": true,
"items": [
{
"data": {},
"name": "Low cocoa content",
"targetDomain": "ACTION",
"binaries": [
{
"data": "<string>",
"fileName": "<string>",
"type": "PREVIEW_IMAGE"
}
],
"description": "Less than 60% cocoa",
"internalId": 123,
"isMandatory": true,
"permissionResource": "UNKNOWN",
"stableId": "<string>",
"uniqueId": "<string>"
}
],
"keywords": [
"<string>"
],
"labels": [
"<string>"
]
},
"cleanupAfterTest": true
}
'{}API key authentication
Extension details for ingestion
Show child attributes
"076f4188-05e0-4ed3-afeb-653ad182ccb7"
"AWS CloudWatch Extension"
"v1.0.13"
"Integration with AWS CloudWatch for monitoring and logging"
"Monitor AWS resources and analyze logs with CloudWatch integration"
Show child attributes
"Low cocoa content"
ACTION, ALERT, ENRICHMENT, GRAFANA_DASHBOARD, KIBANA_DASHBOARD, PARSING_RULE, SAVED_VIEW, CX_CUSTOM_DASHBOARD, METRICS_RULE_GROUP, EVENTS_TO_METRICS, ALERT_V3 Show child attributes
"Less than 60% cocoa"
UNKNOWN, ACTION, ALERT, CUSTOM_ENRICHMENT, GEO_ENRICHMENT, SECURITY_ENRICHMENT, RESOURCE_CLOUD_METADATA_ENRICHMENT, GRAFANA_DASHBOARD, KIBANA_DASHBOARD, PARSING_RULE, SAVED_VIEW, CX_CUSTOM_DASHBOARD, METRICS_RULE_GROUP, SPAN_EVENTS_TO_METRICS, LOGS_EVENTS_TO_METRICS The response is of type Test extension revision response · object.
Was this page helpful?