Acceldata
Acceldata
Last updated:

Asset Types Schema

Returned by Asset Types.

Top-level Fields

Field

Type

Description

Example

id

integer

Asset type ID

2

name

string

Asset type name

TABLE

canProfile

boolean

Supports profiling

true

canSample

boolean

Supports sampling

true

canMonitor

boolean

Supports monitoring

true

Example JSON

Json

{

"id": 2,

"name": "TABLE",

"canProfile": true

}