Docs are work in progress
Skip to main content

Fetch machine tags list

GET 

/api/v1/machine-tags

This API endpoint retrieve a list of tags associated with machines for an account.

Request

Query Parameters

    allParams objectrequired

    allParams - pageNo, pageSize, sortBy, sortDirection, key, value etc.

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]

    payload

    object

    Schema for paginated response

    content

    object[]

  • Array [

  • machineId string
    key string
    value string
  • ]

  • totalPages int32
    totalRecordCount int64
    pageSize int32
Loading...