{ "opencollection": "1.0.0", "info": { "name": "Delphix DCT Algorithms DiscoveryExpressions API", "version": "3.28.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DiscoveryExpressions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve discovery expressions.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/discovery-expressions", "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" } ] }, "docs": "Retrieve discovery expressions." }, { "info": { "name": "Search discovery expressions.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/discovery-expressions/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" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search discovery expressions." }, { "info": { "name": "Get a discovery expression by ID.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/discovery-expressions/:expressionId", "params": [ { "name": "expressionId", "value": "", "type": "path", "description": "The ID of the discovery expression." } ] }, "docs": "Get a discovery expression by ID." }, { "info": { "name": "Get tags for a discovery expression.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/discovery-expressions/:expressionId/tags", "params": [ { "name": "expressionId", "value": "", "type": "path", "description": "The ID of the discovery expression." } ] }, "docs": "Get tags for a discovery expression." }, { "info": { "name": "Create tags for a discovery expression.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/discovery-expressions/:expressionId/tags", "params": [ { "name": "expressionId", "value": "", "type": "path", "description": "The ID of the discovery expression." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create tags for a discovery expression." }, { "info": { "name": "Delete tags for a discovery expression.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/discovery-expressions/:expressionId/tags/delete", "params": [ { "name": "expressionId", "value": "", "type": "path", "description": "The ID of the discovery expression." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete tags for a discovery expression." } ] } ], "bundled": true }