{ "opencollection": "1.0.0", "info": { "name": "API Resource Inventory Management", "version": "4.0.0" }, "items": [ { "info": { "name": "resource", "type": "folder" }, "items": [ { "info": { "name": "List or find Resource objects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/resource", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to be provided in response" }, { "name": "offset", "value": "", "type": "query", "description": "Requested index for start of resources to be provided in response" }, { "name": "limit", "value": "", "type": "query", "description": "Requested number of resources to be provided in response" } ] }, "docs": "This operation list or find Resource entities" }, { "info": { "name": "Creates a Resource", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/resource" }, "docs": "This operation creates a Resource entity." }, { "info": { "name": "Retrieves a Resource by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/resource/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Resource" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to provide in response" } ] }, "docs": "This operation retrieves a Resource entity. Attribute selection is enabled for all first level attributes." }, { "info": { "name": "Updates partially a Resource", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/resource/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Resource" } ] }, "docs": "This operation updates partially a Resource entity." }, { "info": { "name": "Deletes a Resource", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/resource/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Resource" } ] }, "docs": "This operation deletes a Resource entity." } ] }, { "info": { "name": "events subscription", "type": "folder" }, "items": [ { "info": { "name": "Register a listener", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/hub" }, "docs": "Sets the communication endpoint address the service instance must use to deliver information about its health state, execution state, failures and metrics." }, { "info": { "name": "Unregister a listener", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/hub/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the registered listener" } ] }, "docs": "Resets the communication endpoint address the service instance must use to deliver information about its health state, execution state, failures and metrics." } ] }, { "info": { "name": "notification listeners (client side)", "type": "folder" }, "items": [ { "info": { "name": "Client listener for entity ResourceCreateEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/resourceCreateEvent" }, "docs": "Example of a client listener for receiving the notification ResourceCreateEvent" }, { "info": { "name": "Client listener for entity ResourceAttributeValueChangeEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/resourceAttributeValueChangeEvent" }, "docs": "Example of a client listener for receiving the notification ResourceAttributeValueChangeEvent" }, { "info": { "name": "Client listener for entity ResourceStateChangeEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/resourceStateChangeEvent" }, "docs": "Example of a client listener for receiving the notification ResourceStateChangeEvent" }, { "info": { "name": "Client listener for entity ResourceDeleteEvent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/listener/resourceDeleteEvent" }, "docs": "Example of a client listener for receiving the notification ResourceDeleteEvent" } ] } ], "bundled": true }