Entity: property types
Description
Retrieves a list property types for the entity.
Request
Request
Method | Path |
---|---|
GET | /api/v1/entities/{entity}/property-types |
Path Parameters
Name | Type | Description |
---|---|---|
entity | string | Entity name. |
Query Parameters
Parameter | Type | Description |
---|---|---|
minInsertDate | string | Include property types with last collection date at or after the specified date. Specify minInsertDate in ISO format or using the calendar keywords. |
Response
An array of strings.
Fields
Name | Description |
---|---|
type | Property type name |
Example
Request
URI
GET /api/v1/entities/nurswgvml007/property-types
Payload
None.
curl
curl https://atsd_hostname:8443/api/v1/entities/nurswgvml007/property-types \
-k --user {username}:{password}
Response
[
"configuration",
"system",
"process"
]