Skip to main content

assets

POST 

/v1/observability/assets

You can create multiple assets simultaneously. To do so, simply add multiple objects to the assets array. If ncScale finds an asset with the same element_id and tool_id, we will update it. Otherwise, a new asset will be created.

Request

Body

    assets

    object[]

    required

  • Array [

  • tool_id stringrequired
    element_id stringrequired
    name stringrequired
    active boolean
    composition string[]
    last_edited number
    owner_id string
    priority string
    data object
  • ]

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

    message string
Loading...