{ "opencollection": "1.0.0", "info": { "name": "Delphix DCT Algorithms Connectors API", "version": "3.28.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Connectors", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the list of masking connectors.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/connectors", "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": "Retrieve the list of masking connectors." }, { "info": { "name": "Create a Connector.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/connectors", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Connector." }, { "info": { "name": "Checks connectivity of an unsaved remote data source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/connectors/test", "body": { "type": "json", "data": "{}" } }, "docs": "Checks connectivity of an unsaved remote data source." }, { "info": { "name": "Retrieve a masking Connector by ID.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/connectors/:connectorId", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ] }, "docs": "Retrieve a masking Connector by ID." }, { "info": { "name": "Update a masking Connector by ID.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/connectors/:connectorId", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a masking Connector by ID." }, { "info": { "name": "Delete a DCT managed masking connector.", "type": "http" }, "http": { "method": "DELETE", "url": "/dct/v3/connectors/:connectorId", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ] }, "docs": "Delete a DCT managed masking connector." }, { "info": { "name": "Retrieve driver support tasks for a connector.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/connectors/:connectorId/driver-support-tasks", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ] }, "docs": "Retrieve driver support tasks for a connector." }, { "info": { "name": "Checks connectivity of the connector", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/connectors/:connectorId/test", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Checks connectivity of the connector" }, { "info": { "name": "Retrieve the combined properties from jdbc-driver and the properties-file of the connector.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/connectors/:connectorId/properties", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ] }, "docs": "Retrieve the combined properties from jdbc-driver and the properties-file of the connector." }, { "info": { "name": "Return the name of all tables accessible by the database user.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/connectors/:connectorId/fetch-table-names", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Return the name of all tables accessible by the database user." }, { "info": { "name": "Search jobs that use this connector", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/connectors/:connectorId/masking-jobs/search", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." }, { "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 jobs that use this connector" }, { "info": { "name": "Get tags for a Connector.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/connectors/:connectorId/tags", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ] }, "docs": "Get tags for a Connector." }, { "info": { "name": "Create tags for a Connector.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/connectors/:connectorId/tags", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create tags for a Connector." }, { "info": { "name": "Delete tags for a Connector.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/connectors/:connectorId/tags/delete", "params": [ { "name": "connectorId", "value": "", "type": "path", "description": "The ID of the Connector." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete tags for a Connector." }, { "info": { "name": "Search for masking Connectors.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/connectors/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 for masking Connectors." } ] } ], "bundled": true }