{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector dataRegistries API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "dataRegistries", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Use To Get A List Of All Data Registries In The Azure Maps Account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataRegistries", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version number of Azure Maps API." } ] }, "docs": "

The `List` API is an HTTP `GET` request that returns an array containing all data registries previously registered using the [Register or Replace API](https://docs.microsoft.com/rest/api/maps/data-registry/register-or-replace).

The data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts.

## Submit List Request

To list all your data registries, issue a `GET` request with no additio" }, { "info": { "name": "Microsoft Azure Use To Get The Specified Data Registry Information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataRegistries/:udid", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version number of Azure Maps API." }, { "name": "udid", "value": "", "type": "path", "description": "The user data ID of the data registry." } ] }, "docs": "

The `Get Data Registry` API is an HTTP `GET` request that returns data registry information, as an [AzureBlob](#azureblob) object in JSON format, in the body of the response, along with the HTTP status code 200, when successful. If Azure Maps cannot access the underlying content or the integrity check fails, the `status` is set to `Failed` and an error is returned.

The data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available " }, { "info": { "name": "Microsoft Azure Use To Register Data Stored In An Azure Storage Account With An Azure Maps Account", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/dataRegistries/:udid", "headers": [ { "name": "Operation-Id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version number of Azure Maps API." }, { "name": "udid", "value": "", "type": "path", "description": "The user data ID of the data registry." } ] }, "docs": "

The `Register` API is an HTTP `PUT` request used to register the data in an Azure Storage Account with an Azure Maps account. The maximum file size that can be registered is one gigabyte.

This is useful in scenarios like registering a collection of Geofences in `GeoJSON` format for use in [Azure Maps Geofencing Service](https://docs.microsoft.com/rest/api/maps/spatial), or registering a set of DWG design files as a zipped [Drawing Package](https://docs.microsoft.com/azure/azure-ma" }, { "info": { "name": "Microsoft Azure Use To Unregister Data Stored In An Azure Storage Account That Is Registered With An Azure Maps Account", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dataRegistries/:udid", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version number of Azure Maps API." }, { "name": "udid", "value": "", "type": "path", "description": "The user data ID of the data registry." } ] }, "docs": "

The `Unregister` API is an HTTP `DELETE` request that removes a data registry without deleting the underlying content from the Azure storage account.

Useful in scenarios like unregistering geofence files previously registered using the [Register or Replace](https://docs.microsoft.com/rest/api/maps/data-registry/register-or-replace) API for use in the [Azure Maps Geofencing Service](https://docs.microsoft.com/rest/api/maps/spatial), or unregistering a compressed (ZIP) file containi" }, { "info": { "name": "Microsoft Azure Use To Check The Status Of The [data Register Or Replace] Rest Api Maps Data Registry Register Or Replace Request", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataRegistries/operations/:operationId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version number of Azure Maps API." }, { "name": "operationId", "value": "", "type": "path", "description": "The ID used to query the status of a data register request." } ] }, "docs": "The `Get Operation` API is an HTTP `GET` request used to get the status of a [data register or replace](/rest/api/maps/data-registry/register-or-replace) request is returned in the header of the register or replace response as the value of the `Operation-Location` key. While in progress, a HTTP `200 OK` response will be returned with `Retry-After` header - followed by a HTTP `200 OK` with no extra header once completed.

The data registry service endpoint is limited in scope to the region " } ] } ], "bundled": true }