Partager via


Integration Runtimes - Start

Démarrer le runtime d’intégration
Démarrer un runtime d’intégration

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

Paramètres URI

Nom Dans Obligatoire Type Description
integrationRuntimeName
path True

string

Nom du runtime d’intégration

resourceGroupName
path True

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

subscriptionId
path True

string

ID de l’abonnement cible.

workspaceName
path True

string

Nom de l’espace de travail.

api-version
query True

string

Version de l’API à utiliser pour cette opération.

Réponses

Nom Type Description
200 OK

IntegrationRuntimeStatusResponse

OK.

202 Accepted

Accepté.

Other Status Codes

ErrorResponse

Réponse d’erreur reçue du service Azure Synapse.

Exemples

Start integration runtime

Exemple de requête

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

Exemple de réponse

Date: Wed, 13 Jun 2018 21:33:00 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14912
x-ms-request-id: 2af47f9f-5625-4b01-a3a5-bccb576a4677
x-ms-correlation-request-id: 2af47f9f-5625-4b01-a3a5-bccb576a4677
{
  "name": "exampleManagedIntegrationRuntime",
  "properties": {
    "dataFactoryName": "exampleWorkspaceName",
    "type": "Managed",
    "state": "Started",
    "typeProperties": {
      "nodes": [],
      "otherErrors": [],
      "createTime": "2018-06-13T21:11:01.8695494Z"
    }
  }
}
azure-asyncoperation: https://ms.web.azuresynapse.net

Définitions

Nom Description
ErrorAdditionalInfo

Informations supplémentaires sur l’erreur de gestion des ressources.

ErrorDetail

Détail de l’erreur.

ErrorResponse

Réponse d’erreur

IntegrationRuntimeState

État du runtime d’intégration.

IntegrationRuntimeStatusResponse

Réponse status runtime d’intégration.

IntegrationRuntimeType

Type de runtime d’intégration.

ErrorAdditionalInfo

Informations supplémentaires sur l’erreur de gestion des ressources.

Nom Type Description
info

object

Informations supplémentaires

type

string

Type d’informations supplémentaires.

ErrorDetail

Détail de l’erreur.

Nom Type Description
additionalInfo

ErrorAdditionalInfo[]

Informations supplémentaires sur l’erreur.

code

string

Code d'erreur.

details

ErrorDetail[]

Détails de l’erreur.

message

string

Message d’erreur.

target

string

Cible d’erreur.

ErrorResponse

Réponse d’erreur

Nom Type Description
error

ErrorDetail

Objet error.

IntegrationRuntimeState

État du runtime d’intégration.

Nom Type Description
AccessDenied

string

Initial

string

Limited

string

NeedRegistration

string

Offline

string

Online

string

Started

string

Starting

string

Stopped

string

Stopping

string

IntegrationRuntimeStatusResponse

Réponse status runtime d’intégration.

Nom Type Description
name

string

Nom du runtime d’intégration.

properties.dataFactoryName

string

Nom de l’espace de travail auquel appartient le runtime d’intégration.

properties.state

IntegrationRuntimeState

État du runtime d’intégration.

properties.type

IntegrationRuntimeType

Type de runtime d’intégration.

IntegrationRuntimeType

Type de runtime d’intégration.

Nom Type Description
Managed

string

SelfHosted

string