{ "opencollection": "1.0.0", "info": { "name": "Delphix DCT Algorithms Sources API", "version": "3.28.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "List all sources.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/sources", "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 descending order." } ] }, "docs": "List all sources." }, { "info": { "name": "Create an Oracle Source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/oracle", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Oracle Source." }, { "info": { "name": "Update an Oracle source by ID.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/sources/oracle/:sourceId", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Oracle source by ID." }, { "info": { "name": "Verify JDBC connection string for a source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/:sourceId/jdbc-check", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verify JDBC connection string for a source." }, { "info": { "name": "Create a PostgreSQL source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/postgres", "body": { "type": "json", "data": "{}" } }, "docs": "Create a PostgreSQL source." }, { "info": { "name": "Create an AppData source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/appdata", "body": { "type": "json", "data": "{}" } }, "docs": "Create an AppData source." }, { "info": { "name": "Update a AppData source by ID.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/sources/appdata/:sourceId", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a AppData source by ID." }, { "info": { "name": "Update a PostgreSQL source by ID.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/sources/postgres/:sourceId", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a PostgreSQL source by ID." }, { "info": { "name": "Create an ASE source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/ase", "body": { "type": "json", "data": "{}" } }, "docs": "Create an ASE source." }, { "info": { "name": "Create an MSSQL source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/mssql", "body": { "type": "json", "data": "{}" } }, "docs": "Create an MSSQL source." }, { "info": { "name": "Update an ASE source by ID.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/sources/ase/:sourceId", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an ASE source by ID." }, { "info": { "name": "Update an MSSQL source by ID.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/sources/mssql/:sourceId", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an MSSQL source by ID." }, { "info": { "name": "Search for Sources.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/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 descending order." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search for Sources." }, { "info": { "name": "Get a source by ID.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/sources/:sourceId", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ] }, "docs": "Get a source by ID." }, { "info": { "name": "Delete a source by ID.", "type": "http" }, "http": { "method": "DELETE", "url": "/dct/v3/sources/:sourceId", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ] }, "docs": "Delete a source by ID." }, { "info": { "name": "Update a Source.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/sources/:sourceId/update", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Source." }, { "info": { "name": "Get tags for a Source.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/sources/:sourceId/tags", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ] }, "docs": "Get tags for a Source." }, { "info": { "name": "Create tags for a Source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/:sourceId/tags", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create tags for a Source." }, { "info": { "name": "Returns a list of repositories that match the specified source.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/sources/:sourceId/staging_compatible_repositories", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ] }, "docs": "Returns a list of repositories that match the specified source." }, { "info": { "name": "Delete tags for a Source.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/sources/:sourceId/tags/delete", "params": [ { "name": "sourceId", "value": "", "type": "path", "description": "The ID of the Source." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete tags for a Source." } ] } ], "bundled": true }