Assets
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
limitinteger · min: 10 · max: 100RequiredDefault:
No of of records to fetch.
20offsetintegerRequiredDefault:
Records to be fetched from this offset.
0order_bystring · enumOptionalDefault:
Sort records by field
asset_noPossible values: order_typestring · enumOptionalDefault:
Order type - asc or desc.
descPossible values: Responses
200
OK
application/json
403
Unauthorized
application/json
422
Unprocessable Entity
application/json
get
/assetsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the asset to fetch
Responses
200
OK
application/json
403
Unauthorized
application/json
404
Asset not found
application/json
409
Asset details can not be viewed, when asset is in state
application/json
get
/assets/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the asset to update
Body
Request schema for updating an asset
asset_namestring · max: 32Required
Name of the asset (unique). Allowed characters are alphabets, numbers, hyphen and underscore.
tagsstring[]Optional
Tags associated with the asset. Tag names should be registered at the settings section of your account.
Responses
200
Asset updated successfully
application/json
403
Unauthorized
application/json
404
Asset not found
application/json
409
Asset is not in editable state
application/json
422
Unprocessable Entity
application/json
put
/assets/{id}Last updated