v2

latestOpenAPI 3.0.0SolarWinds Software Services Agreement2026-07-2167105153.0 KB
tokens

Create ingestion token

post/v1/tokens

Request body

namestring required

Name of the token.

type'ingestion' required

Type of token. Currently only 'ingestion' is supported.

Response

The request has succeeded and a new resource has been created as a result.

tokenstring required

API token.

Example response

{
  "token": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}