See the API's various operations for details on their request parameters and response data.
You can also run this API with a Postman collection.
| Operation | Method | Endpoint |
|---|---|---|
| Images | ||
| List images | GET | /network/{network}/images |
| Get an image | GET | /network/{network}/images/{imageId} |
| Policies | ||
| List policies | GET | /network/{network}/policies |
| Get policy history | GET | /network/{network}/policies/history/{policyId} |
| Roll back a policy | PUT | /network/{network}/policies/rollback/{policyId} |
| Get a policy | GET | /network/{network}/policies/{policyId} |
| Create or modify a policy | PUT | /network/{network}/policies/{policyId} |
| Remove a policy | DELETE | /network/{network}/policies/{policyId} |
| Image & Video Manager policy sets | ||
| Create a policy set | POST | /policysets |
| List policy sets | GET | /policysets |
| Get a policy set | GET | /policysets/{policySetId} |
| Update a policy set | PUT | /policysets/{policySetId} |
| Delete a policy set | DELETE | /policysets/{policySetId} |
| Log error details | ||
| List error details | GET | /network/{network}/details/errors |
| List log details | GET | /network/{network}/details/logs |
