Get instance status
GET/asset/api/v1/instances
Returns a list of product instances for the specified TSG. Use this endpoint to poll activation completion: check the instance status and proceed with configuration only once it reaches active.
Status values:
- provisioning: The product instance is currently being created.
- active: The product instance creation is complete, and the instance is now in a healthy state.
- error: The product instance is not in a healthy state.
- deprovisioning: The product instance is undergoing the deprovisioning process.
- deprovisioned: The product instance has been deprovisioned.
Request
Responses
- 200
- 400
- 401
- 404
- 500
List of product instances
Bad Request
Unauthorized
Not Found
Internal Server Error