{ "opencollection": "1.0.0", "info": { "name": "Nutanix Prism Central API v3 Alerts Webhooks API", "version": "3.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Nutanix List webhooks", "type": "http" }, "http": { "method": "POST", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/webhooks/list", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves a list of registered webhook listeners with optional filtering and pagination." }, { "info": { "name": "Nutanix Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new webhook listener to receive event notifications from the Nutanix platform. Specifies the URL and event types for the listener." }, { "info": { "name": "Nutanix Get a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/webhooks/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the entity." } ] }, "docs": "Retrieves the configuration of a specific webhook listener by UUID." }, { "info": { "name": "Nutanix Update a webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/webhooks/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the entity." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing webhook listener." }, { "info": { "name": "Nutanix Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/webhooks/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the entity." } ] }, "docs": "Deletes a webhook listener identified by its UUID." } ] } ], "bundled": true }