{ "opencollection": "1.0.0", "info": { "name": "Delphix DCT Algorithms VirtualizationPolicies API", "version": "3.28.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "VirtualizationPolicies", "type": "folder" }, "items": [ { "info": { "name": "Fetch a list of all virtualization policies", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/virtualization-policies", "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 virtualization policies" }, { "info": { "name": "Create a VirtualizationPolicy.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/virtualization-policies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a VirtualizationPolicy." }, { "info": { "name": "Search Virtualization Policies.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/virtualization-policies/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 Virtualization Policies." }, { "info": { "name": "Search Virtualization Policy Target Objects.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/virtualization-policies/targets/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 Virtualization Policy Target Objects." }, { "info": { "name": "Fetch a virtualization policy by Id.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/virtualization-policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ] }, "docs": "Fetch a virtualization policy by Id." }, { "info": { "name": "Update a VirtualizationPolicy.", "type": "http" }, "http": { "method": "PATCH", "url": "/dct/v3/virtualization-policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a VirtualizationPolicy." }, { "info": { "name": "Delete a VirtualizationPolicy.", "type": "http" }, "http": { "method": "DELETE", "url": "/dct/v3/virtualization-policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ] }, "docs": "Delete a VirtualizationPolicy." }, { "info": { "name": "Convert a virtualization policy to a DCT-managed policy.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/virtualization-policies/:policyId/convert", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ] }, "docs": "Convert a virtualization policy to a DCT-managed policy." }, { "info": { "name": "Get tags for a VirtualizationPolicy.", "type": "http" }, "http": { "method": "GET", "url": "/dct/v3/virtualization-policies/:policyId/tags", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ] }, "docs": "Get tags for a VirtualizationPolicy." }, { "info": { "name": "Create tags for a VirtualizationPolicy.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/virtualization-policies/:policyId/tags", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create tags for a VirtualizationPolicy." }, { "info": { "name": "Delete tags for a VirtualizationPolicy.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/virtualization-policies/:policyId/tags/delete", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete tags for a VirtualizationPolicy." }, { "info": { "name": "Apply a virtualization policy to the given list of objects.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/virtualization-policies/:policyId/apply", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply a virtualization policy to the given list of objects." }, { "info": { "name": "Unapply a virtualization policy to the given list of objects.", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/virtualization-policies/:policyId/unapply", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the Virtualization Policy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unapply a virtualization policy to the given list of objects." } ] } ], "bundled": true }