Maps - Get

Gets an integration account map.

HTTP
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}?api-version=2016-06-01

URI Parameters

Name In Required Type Description
integrationAccountName
path True

string

The integration account name.

mapName
path True

string

The integration account map name.

resourceGroupName
path True

string

The resource group name.

subscriptionId
path True

string

The subscription id.

api-version
query True

string

The API version.

Responses

Name Type Description
200 OK

IntegrationAccountMap

OK

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Get map by name

Sample request

HTTP
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap?api-version=2016-06-01

Sample response

JSON
{
  "properties": {
    "mapType": "Xslt",
    "contentLink": {
      "uri": "<Uri>",
      "contentVersion": "\"0x8D45CE54B058881\"",
      "contentSize": 3056,
      "contentHash": {
        "algorithm": "md5",
        "value": "A2avz/M0ov2FPI3+Je8vDw=="
      }
    },
    "createdTime": "2017-02-24T18:45:23.4129778Z",
    "changedTime": "2017-02-24T18:45:23.4137139Z",
    "metadata": {}
  },
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap",
  "name": "testMap",
  "type": "Microsoft.Logic/integrationAccounts/maps"
}

Definitions

Name Description
Content

The content.

ContentHash

The content hash.

ContentLink

The content link.

IntegrationAccountMap

The integration account map.

MapType
Metadata

The metadata.

Object
ParametersSchema

The parameters schema of integration account map.

Content

The content.

ContentHash

The content hash.

Name Type Description
algorithm

string

The algorithm of the content hash.

value

string

The value of the content hash.

The content link.

Name Type Description
contentHash

ContentHash

The content hash.

contentSize

integer

The content size.

contentVersion

string

The content version.

metadata

Object

The metadata.

uri

string

The content link URI.

IntegrationAccountMap

The integration account map.

Name Type Description
id

string

The resource id.

location

string

The resource location.

name

string

Gets the resource name.

properties.changedTime

string

The changed time.

properties.content

Content

The content.

properties.contentLink

ContentLink

The content link.

properties.contentType

string

The content type.

properties.createdTime

string

The created time.

properties.mapType

MapType

The map type.

properties.metadata

Metadata

The metadata.

properties.parametersSchema

ParametersSchema

The parameters schema of integration account map.

tags

object

The resource tags.

type

string

Gets the resource type.

MapType

Value Description
NotSpecified
Xslt

Metadata

The metadata.

Object

ParametersSchema

The parameters schema of integration account map.

Name Type Description
ref

string

The reference name.