Properties: get types
Description
Returns an array of property types for the entity.
Request
Method | Path |
GET | /api/v1/properties/{entity}/types |
Parameters
Name | In | Description |
entity | path | [Required] Entity name. |
Response
An array of property type names.
Fields
Field | Description |
type | Property type name. |
Errors
Example
Request
URI
GET /api/v1/properties/nurswgvml007/types
curl
curl https://atsd_hostname:8443/api/v1/properties/nurswgvml007/types \
-k --user {username}:{password}
Response
[
"disk",
"system",
"nmon.process"
]