assets/Validate
Validate a list of assets
- 1 New assets will be added and existing assets will be updated.
- 2 Asset cannot be mass deleted using this endpoint. To remove an asset, call the delete endpoint
- 3 All required asset attributes must be present and have a value compatible with the asset type's data type
- 4 All specified asset attributes must have a matching attribute template for the related asset type
- 5 The reference asset type must exist
- 6 Identifier must be unique, including deleted assets
- 7 If an id is specified, it must exist
Request Information
URI Parameters
None.
Body Parameters
Assets to validate
ValidateAssetsDtoName | Description | Type | Additional information |
---|---|---|---|
assets | Collection of ImportAssetDto |
Required Max length: 1000 Min length: 1 |
Response Information
Standard Responses
Validation result containing validation errors if validation fails or a unique validation identifier if validation succeeds
ValidationResultsDtoOfUpdateAssetDto
Name | Description | Type | Additional information |
---|---|---|---|
isValid | boolean |
None. |
|
validationErrors | Collection of ValidationErrorDtoOfUpdateAssetDto |
None. |
|
validationIdentifier | string |
None. |
Error Responses
HTTP Status Code | Error Message | Type | Additional Information |
---|