Collections API
Collections enable you to group API proxies, targets, or developer apps and set up appropriate threshold values for all members of the group to diagnose issues faster. For more information, see Manage collections using the API.
Resource Types
Collection
Method | Endpoint | Description |
---|---|---|
get | /collections | Lists collections in an organization. You can filter the list of returned collections by the Edge environment, collection type, collection name, and collection members. Note: Edge imposes a quota on this API. You can call this API at most six times per minute. For more information and examples of this API, see Manage collections using the API. |
post | /collections | Creates a collection. Notes:
For more information and examples of this API, see Manage collections using the API. |
get | /collections/{collection_id} | Gets a collection. Note: Edge imposes a quota on this API. You can call this API at most six times per minute. For more information and examples of this API, see Manage collections using the API. |
patch | /collections/{collection_id} | Updates a collection. You must specify the organization in the JSON payload but all other properties are optional. Notes:
For more information and examples of this API, see Manage collections using the API. |
Collections
Method | Endpoint | Description |
---|---|---|
get | /collections | Lists collections in an organization. You can filter the list of returned collections by the Edge environment, collection type, collection name, and collection members. Note: Edge imposes a quota on this API. You can call this API at most six times per minute. For more information and examples of this API, see Manage collections using the API. |
Delete
Method | Endpoint | Description |
---|---|---|
delete | /collections/{collection_id} | Deletes a collection. Notes:
For more information and examples of this API, see Manage collections using the API. |
Error
Method | Endpoint | Description |
---|---|---|
post | /collections | Creates a collection. Notes:
For more information and examples of this API, see Manage collections using the API. |
delete | /collections/{collection_id} | Deletes a collection. Notes:
For more information and examples of this API, see Manage collections using the API. |
patch | /collections/{collection_id} | Updates a collection. You must specify the organization in the JSON payload but all other properties are optional. Notes:
For more information and examples of this API, see Manage collections using the API. |