Datadog
Table of Contents
Contexts
Server
Type |
Description |
Values |
select |
Datadog Server |
"EU1","US1-FED","US1","US3","US5" |
Api Key
Type |
Description |
isCrypt |
string |
Your application api key. |
true |
Host Name
Type |
Description |
isCrypt |
string |
The name of the host from which the log originates. |
false |
Source Name
Type |
Description |
isCrypt |
string |
The technology from which the log originates. |
false |
Actions
Send Log
Inputs
{
"level": "string", /*Choose between : "INFO"|| "ERROR" || "WARN" || "TRACE", (required)*/
"message": "string", /*Your log message, e.g : "My message", (required)*/
"tags": [ /*Your log tags, e.g: "product"(optional)*/
"string",
}
Outputs
Http Code 200
""
Http Code 400
"Bad Request"
Http Code 401
"Unauthorized"
Http Code 404
"Not found"
Http Code 500
"Internal server error occured"