Integration Runtimes - List By Workspace

List integration runtimes
List all integration runtimes

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes?api-version=2021-06-01-preview

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string

The ID of the target subscription.

workspaceName
path True

string

The name of the workspace.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

IntegrationRuntimeListResponse

OK.

Other Status Codes

ErrorResponse

An error response received from the Azure Synapse service.

Examples

List integration runtimes

Sample Request

GET https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspace/integrationRuntimes?api-version=2021-06-01-preview

Sample Response

Date: Wed, 13 Jun 2018 21:33:05 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14909
x-ms-request-id: f632df92-1140-4e19-9e19-0b1c8cbe393b
x-ms-correlation-request-id: f632df92-1140-4e19-9e19-0b1c8cbe393b
{
  "value": [
    {
      "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspaceName/integrationruntimes/exampleIntegrationRuntime",
      "name": "exampleIntegrationRuntime",
      "type": "Microsoft.Synapse/workspaces/integrationruntimes",
      "properties": {
        "type": "SelfHosted",
        "description": "A selfhosted integration runtime"
      },
      "etag": "0400f1a1-0000-0000-0000-5b2188640000"
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

IntegrationRuntimeListResponse

A list of integration runtime resources.

IntegrationRuntimeResource

Integration runtime resource type.

IntegrationRuntimeType

The type of integration runtime.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

IntegrationRuntimeListResponse

A list of integration runtime resources.

Name Type Description
nextLink

string

The link to the next page of results, if any remaining results exist.

value

IntegrationRuntimeResource[]

List of integration runtimes.

IntegrationRuntimeResource

Integration runtime resource type.

Name Type Description
etag

string

Resource Etag.

id

string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

The name of the resource

properties.description

string

Integration runtime description.

properties.type

IntegrationRuntimeType

Type of integration runtime.

type

string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

IntegrationRuntimeType

The type of integration runtime.

Name Type Description
Managed

string

SelfHosted

string