POST /api/v2/it_asset_management/asset_types
Creates an asset type.
Allowed For
- Admins
Servers
- https://{subdomain}.{domain}.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
asset_type |
Object | No | |
asset_type.id |
String | No |
Automatically assigned upon creation |
asset_type.external_id |
String | No |
An id you can use to link asset types to external data |
asset_type.field_keys[] |
Array | No |
Custom field keys associated with the asset type |
asset_type.name |
String | Yes |
A unique display name for the asset type |
asset_type.parent_id |
String | Yes |
The id of the parent asset type within the hierarchy tree |
asset_type.description |
String | No |
A description of the asset type |
asset_type.url |
String | No |
Direct link to the specific asset type |
asset_type.hierarchy_depth |
Integer | No |
The depth within the hierarchy tree. Valid values: 1, 2, and 3 |
asset_type.created_at |
String | No |
The time the asset type was created |
asset_type.updated_at |
String | No |
The time of the asset type's last update |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.