{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Manifest API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Manifest", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Name Manifests Reference", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/:name/manifests/:reference", "headers": [ { "name": "accept", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "reference", "value": "", "type": "path", "description": "A tag or a digest, pointing to a specific image" } ] }, "docs": "Pulls the image manifest file associated with the specified name and reference. Reference may be a tag or a digest" }, { "info": { "name": "Microsoft Azure Put Name Manifests Reference", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/:name/manifests/:reference", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "reference", "value": "", "type": "path", "description": "A tag or a digest, pointing to a specific image" } ] }, "docs": "Put the manifest identified by `name` and `reference` where `reference` can be a tag or digest." }, { "info": { "name": "Microsoft Azure Delete Name Manifests Reference", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/:name/manifests/:reference", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the image (including the namespace)" }, { "name": "reference", "value": "", "type": "path", "description": "A tag or a digest, pointing to a specific image" } ] }, "docs": "Delete the manifest identified by `name` and `reference`. Note that a manifest can _only_ be deleted by `digest`." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Generatemanifest", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ProviderHub/providerRegistrations/:providerNamespace/generateManifest", "params": [ { "name": "providerNamespace", "value": "", "type": "path", "description": "The name of the resource provider hosted within ProviderHub." } ] }, "docs": "Generates the manifest for the given provider." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Providerhub Providerregistrations Providernamespace Checkinmanifest", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ProviderHub/providerRegistrations/:providerNamespace/checkinManifest", "params": [ { "name": "providerNamespace", "value": "", "type": "path", "description": "The name of the resource provider hosted within ProviderHub." } ] }, "docs": "Checkin the manifest." } ] } ], "bundled": true }