Skip to main content

token

POST 

/v1/logs/token

Create a new logs token. This token will be used to send logs to ncScale by API.

Request

Body

    name stringrequired
    tool_id stringrequired

Responses

200

Response Headers

  • Connection

    string

  • Content-Length

    string

  • Date

    string

  • ETag

    string

  • Keep-Alive

    string

  • X-Powered-By

    string

  • X-RateLimit-Limit

    string

  • X-RateLimit-Remaining

    string

  • X-RateLimit-Reset

    string

Schema

    created_at string
    created_by_id string
    deleted_at nullable
    id string
    name string
    token string
    tool_id string
Loading...