{ "opencollection": "1.0.0", "info": { "name": "Delphix DCT Algorithms DataClasses API", "version": "3.28.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DataClasses", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the list of Data Classes.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/data-classes", "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": "", "type": "query", "description": "The field to sort results by. A property name with a prepended '-' signifies a descending order." } ] }, "docs": "Retrieve the list of Data Classes." }, { "info": { "name": "Create a Data Class.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/data-classes", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Data Class." }, { "info": { "name": "Search for Data Classes.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/data-classes/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": "", "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 Data Classes." }, { "info": { "name": "Get a Data Class by ID.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/data-classes/:dataClassId", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." } ] }, "docs": "Get a Data Class by ID." }, { "info": { "name": "Update a Data Class.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/data-classes/:dataClassId", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Data Class." }, { "info": { "name": "Delete a Data Class.", "type": "http" }, "http": { "method": "DELETE", "url": "/dct/v3/data-classes/:dataClassId", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." } ] }, "docs": "Delete a Data Class." }, { "info": { "name": "Retrieve the list of algorithms for a Data Class.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/data-classes/:dataClassId/algorithms", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." }, { "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 algorithms for a Data Class." }, { "info": { "name": "Add algorithms to a Data Class.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/data-classes/:dataClassId/algorithms", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add algorithms to a Data Class." }, { "info": { "name": "Remove algorithms from a Data Class.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/data-classes/:dataClassId/algorithms/remove", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove algorithms from a Data Class." }, { "info": { "name": "Search for algorithms of a Data Class.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/data-classes/:dataClassId/algorithms/search", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." }, { "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 algorithms of a Data Class." }, { "info": { "name": "Get tags for a Data Class.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/data-classes/:dataClassId/tags", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." } ] }, "docs": "Get tags for a Data Class." }, { "info": { "name": "Create tags for a Data Class.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/data-classes/:dataClassId/tags", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create tags for a Data Class." }, { "info": { "name": "Delete tags for a Data Class.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/data-classes/:dataClassId/tags/delete", "params": [ { "name": "dataClassId", "value": "", "type": "path", "description": "The ID of the Data Class." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete tags for a Data Class." } ] } ], "bundled": true }