@itentialopensource/adapter-datadog
Version:
This adapter integrates with system: Datadog.
156 lines • 2.7 kB
JSON
{
"openapi": "3.0.2",
"info": {
"title": "adapter-datadog",
"version": "1.0.0"
},
"paths": {
"": {
"post": {
"operationId": "addTagsToAHost",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "apiKey",
"in": "query",
"required": true,
"schema": {
"title": "apiKey",
"type": "string"
}
},
{
"name": "applicationKey",
"in": "query",
"required": true,
"schema": {
"title": "applicationKey",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"get": {
"operationId": "getHostTags",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "apiKey",
"in": "query",
"required": true,
"schema": {
"title": "apiKey",
"type": "string"
}
},
{
"name": "applicationKey",
"in": "query",
"required": true,
"schema": {
"title": "applicationKey",
"type": "string"
}
}
]
},
"put": {
"operationId": "sendServices",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"operationId": "removeHostTags",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "apiKey",
"in": "query",
"required": true,
"schema": {
"title": "apiKey",
"type": "string"
}
},
{
"name": "applicationKey",
"in": "query",
"required": true,
"schema": {
"title": "applicationKey",
"type": "string"
}
}
]
}
}
},
"components": {
"schemas": {}
}
}