{ "opencollection": "1.0.0", "info": { "name": "Delphix DCT Algorithms HookTemplates API", "version": "3.28.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "HookTemplates", "type": "folder" }, "items": [ { "info": { "name": "Fetch a list of all hook templates", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/hook-templates", "params": [ { "name": "limit", "value": "50", "type": "query", "description": "Maximum number of objects to return per query. The value must be between 1 and 1000. Default is 100." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor to fetch the next or previous page of results. The value of this property must be extracted from the 'prev_cursor' or 'next_cursor' property of a PaginatedResponseMetadata which is contained in the response of list and search API endpoints." }, { "name": "sort", "value": "id", "type": "query", "description": "The field to sort results by. A property name with a prepended '-' signifies a descending order." } ] }, "docs": "Fetch a list of all hook templates" }, { "info": { "name": "Create a Hook Template.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/hook-templates", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Hook Template." }, { "info": { "name": "Fetch Hook Template by ID", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/hook-templates/:hookTemplateId", "params": [ { "name": "hookTemplateId", "value": "", "type": "path", "description": "The ID of the Hook Template." } ] }, "docs": "Fetch Hook Template by ID" }, { "info": { "name": "Update a Hook Template.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/hook-templates/:hookTemplateId", "params": [ { "name": "hookTemplateId", "value": "", "type": "path", "description": "The ID of the Hook Template." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Hook Template." }, { "info": { "name": "Delete a Hook Template.", "type": "http" }, "http": { "method": "DELETE", "url": "/dct/v3/hook-templates/:hookTemplateId", "params": [ { "name": "hookTemplateId", "value": "", "type": "path", "description": "The ID of the Hook Template." } ] }, "docs": "Delete a Hook Template." }, { "info": { "name": "Search Hook Templates.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/hook-templates/search", "params": [ { "name": "limit", "value": "50", "type": "query", "description": "Maximum number of objects to return per query. The value must be between 1 and 1000. Default is 100." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor to fetch the next or previous page of results. The value of this property must be extracted from the 'prev_cursor' or 'next_cursor' property of a PaginatedResponseMetadata which is contained in the response of list and search API endpoints." }, { "name": "sort", "value": "id", "type": "query", "description": "The field to sort results by. A property name with a prepended '-' signifies a descending order." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search Hook Templates." }, { "info": { "name": "Get tags for a Hook Template.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/hook-templates/:hookTemplateId/tags", "params": [ { "name": "hookTemplateId", "value": "", "type": "path", "description": "The ID of the Hook Template." } ] }, "docs": "Get tags for a Hook Template." }, { "info": { "name": "Create tags for a Hook Template.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/hook-templates/:hookTemplateId/tags", "params": [ { "name": "hookTemplateId", "value": "", "type": "path", "description": "The ID of the Hook Template." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create tags for a Hook Template." }, { "info": { "name": "Delete tags for a Hook Template.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/hook-templates/:hookTemplateId/tags/delete", "params": [ { "name": "hookTemplateId", "value": "", "type": "path", "description": "The ID of the Hook Template." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete tags for a Hook Template." } ] } ], "bundled": true }