Create External Link

Create External Link

Create a specific external link

Request
URI
POST
https://{api_host}/api/v2/extlink
COPY
Request Body

Example Body:

{
  "name": "External Link API Example",
  "template": "https://example.com/{{source}}",
  "description": "External Link Description"
}
ExternalLink of type(s) application/json
Optional

Show optional properties

{
    "name": "string",
    "description": "string",
    "template": "string"
}
{
    "name": "string",
    "id": "string",
    "description": "string",
    "createdEpochMillis": 0,
    "updatedEpochMillis": 0,
    "template": "string",
    "metricFilterRegex": "string",
    "sourceFilterRegex": "string",
    "pointTagFilterRegexes": {
        "pointTagFilterRegexes": "string"
    },
    "isLogIntegration": false,
    "creatorId": "string",
    "updaterId": "string"
}
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerExternalLink of type(s) application/json
"ResponseContainerExternalLink Object"
object
status
Required

status

object
response
Optional

Links that can be generated from Wavefront to other analytical platforms


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"description:"string","name:"string","template:"string"}' https://{api_host}/api/v2/extlink