To re-provision an asset in bulk.
Values for these fields cannot be changed: hostIP, type, technology. All the other fields can be updated and the asset can be re-provisioned.
HTTP Status Code
- 200: OK
- 400: Bad Request
- 401: Unauthorized user
- 403: Forbidden
- 404: Not Found
Input ParametersInput Parameters
Parameter |
Mandatory /Optional |
Data Type |
Description |
---|---|---|---|
data |
Mandatory |
Text |
File containing the entries of asset to be provisioned. Accepted Files: .csv and .txt. Example: bulk_provision.csv or bulk_provision.txt |
manifest_types |
Mandatory | String |
Manifest type of asset. Allowed values: PolicyCompliance |
Header ParametersHeader Parameters
Parameter |
Mandatory /Optional |
Data Type |
Description |
---|---|---|---|
assetFlowType |
Optional |
Text | Provide asset flow type. The default value is DEFAULT. |
authorization | Mandatory | Text | The token that was generated using the Fetch Authentication Token API. |
Request
Response