{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector deploymentManifests API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "deploymentManifests", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get The List Of Deployment Manifests", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/deploymentManifests", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of resources to return from one response." }, { "name": "filter", "value": "", "type": "query", "description": "An expression on the resource type that selects the resources to be returned." } ] }, "docs": "Get the list of deployment manifests." }, { "info": { "name": "Microsoft Azure Get A Deployment Manifest By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/deploymentManifests/:deploymentManifestId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "deploymentManifestId", "value": "", "type": "path", "description": "Unique ID for the deployment manifest." } ] }, "docs": "Get a deployment manifest by ID." }, { "info": { "name": "Microsoft Azure Create A New Deployment Manifest", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/deploymentManifests/:deploymentManifestId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "deploymentManifestId", "value": "", "type": "path", "description": "Unique ID for the deployment manifest." } ] }, "docs": "Create a new deployment manifest." }, { "info": { "name": "Microsoft Azure Update An Existing Deployment Manifest", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/deploymentManifests/:deploymentManifestId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "deploymentManifestId", "value": "", "type": "path", "description": "Unique ID for the deployment manifest." } ] }, "docs": "Update an existing deployment manifest." }, { "info": { "name": "Microsoft Azure Delete A Deployment Manifest", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/deploymentManifests/:deploymentManifestId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "deploymentManifestId", "value": "", "type": "path", "description": "Unique ID for the deployment manifest." } ] }, "docs": "Delete a deployment manifest." } ] } ], "bundled": true }