UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 244 kB
{"openapi":"3.0.0","info":{"title":"DataFactoryManagementClient","version":"2018-06-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"datafactory","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.DataFactory/operations":{"get":{"description":"Lists the available Azure Data Factory API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResponse"},"examples":{"Operations_List":{"$ref":"#/components/examples/Operations_List"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories":{"get":{"description":"Lists factories under the specified subscription.","operationId":"Factories_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FactoryListResponse"},"examples":{"Factories_List":{"$ref":"#/components/examples/Factories_List"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo":{"post":{"description":"Updates a factory's repo information.","operationId":"Factories_ConfigureFactoryRepo","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/locationId"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FactoryRepoUpdate"}}},"description":"Update factory repo request definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Factory"},"examples":{"Factories_ConfigureFactoryRepo":{"$ref":"#/components/examples/Factories_ConfigureFactoryRepo"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue":{"post":{"description":"Get exposure control feature for specific location.","operationId":"ExposureControl_GetFeatureValue","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/locationId"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/ExposureControlRequest"},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExposureControlResponse"},"examples":{"ExposureControl_GetFeatureValue":{"$ref":"#/components/examples/ExposureControl_GetFeatureValue"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["exposureControl"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories":{"get":{"description":"Lists factories.","operationId":"Factories_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FactoryListResponse"},"examples":{"Factories_ListByResourceGroup":{"$ref":"#/components/examples/Factories_ListByResourceGroup"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}":{"delete":{"description":"Deletes a factory.","operationId":"Factories_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK."},"204":{"description":"No Content."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"]},"get":{"description":"Gets a factory.","operationId":"Factories_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the factory entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.","in":"header","name":"If-None-Match","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Factory"},"examples":{"Factories_Get":{"$ref":"#/components/examples/Factories_Get"}}}}},"304":{"description":"Not modified."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"]},"patch":{"description":"Updates a factory.","operationId":"Factories_Update","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FactoryUpdateParameters"}}},"description":"The parameters for updating a factory.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Factory"},"examples":{"Factories_Update":{"$ref":"#/components/examples/Factories_Update"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"]},"put":{"description":"Creates or updates a factory.","operationId":"Factories_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the factory entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.","in":"header","name":"If-Match","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Factory"}}},"description":"Factory resource definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Factory"},"examples":{"Factories_CreateOrUpdate":{"$ref":"#/components/examples/Factories_CreateOrUpdate"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/addDataFlowToDebugSession":{"post":{"description":"Add a data flow into debug session.","operationId":"DataFlowDebugSession_AddDataFlow","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataFlowDebugPackage"}}},"description":"Data flow debug session definition with debug content.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddDataFlowToDebugSessionResponse"},"examples":{"DataFlowDebugSession_AddDataFlow":{"$ref":"#/components/examples/DataFlowDebugSession_AddDataFlow"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlowDebugSession"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/createDataFlowDebugSession":{"post":{"description":"Creates a data flow debug session.","operationId":"DataFlowDebugSession_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDataFlowDebugSessionRequest"}}},"description":"Data flow debug session definition","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDataFlowDebugSessionResponse"},"examples":{"DataFlowDebugSession_Create":{"$ref":"#/components/examples/DataFlowDebugSession_Create"}}}}},"202":{"description":"Accepted.","headers":{"location":{"description":"URI to poll for asynchronous operation status.","schema":{"type":"string"},"example":"https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/operationStatuses/dfCreateSession$$229c688c-944c-44ac-b31a-82d50f347154?api-version=2018-06-01"}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlowDebugSession"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows":{"get":{"description":"Lists data flows.","operationId":"DataFlows_ListByFactory","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataFlowListResponse"},"examples":{"DataFlows_ListByFactory":{"$ref":"#/components/examples/DataFlows_ListByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlows"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows/{dataFlowName}":{"delete":{"description":"Deletes a data flow.","operationId":"DataFlows_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/dataFlowName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK."},"204":{"description":"No Content."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlows"]},"get":{"description":"Gets a data flow.","operationId":"DataFlows_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/dataFlowName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the data flow entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.","in":"header","name":"If-None-Match","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataFlowResource"},"examples":{"DataFlows_Get":{"$ref":"#/components/examples/DataFlows_Get"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlows"]},"put":{"description":"Creates or updates a data flow.","operationId":"DataFlows_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/dataFlowName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the data flow entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.","in":"header","name":"If-Match","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataFlowResource"}}},"description":"Data flow resource definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataFlowResource"},"examples":{"DataFlows_Create":{"$ref":"#/components/examples/DataFlows_Create"},"DataFlows_Update":{"$ref":"#/components/examples/DataFlows_Update"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets":{"get":{"description":"Lists datasets.","operationId":"Datasets_ListByFactory","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatasetListResponse"},"examples":{"Datasets_ListByFactory":{"$ref":"#/components/examples/Datasets_ListByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["datasets"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets/{datasetName}":{"delete":{"description":"Deletes a dataset.","operationId":"Datasets_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/datasetName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK."},"204":{"description":"No Content."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["datasets"]},"get":{"description":"Gets a dataset.","operationId":"Datasets_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/datasetName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the dataset entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.","in":"header","name":"If-None-Match","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatasetResource"},"examples":{"Datasets_Get":{"$ref":"#/components/examples/Datasets_Get"}}}}},"304":{"description":"Not modified."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["datasets"]},"put":{"description":"Creates or updates a dataset.","operationId":"Datasets_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/datasetName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the dataset entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.","in":"header","name":"If-Match","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatasetResource"}}},"description":"Dataset resource definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatasetResource"},"examples":{"Datasets_Create":{"$ref":"#/components/examples/Datasets_Create"},"Datasets_Update":{"$ref":"#/components/examples/Datasets_Update"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["datasets"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/deleteDataFlowDebugSession":{"post":{"description":"Deletes a data flow debug session.","operationId":"DataFlowDebugSession_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDataFlowDebugSessionRequest"}}},"description":"Data flow debug session definition for deletion","required":true},"responses":{"200":{"description":"OK."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlowDebugSession"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/executeDataFlowDebugCommand":{"post":{"description":"Execute a data flow debug command.","operationId":"DataFlowDebugSession_ExecuteCommand","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataFlowDebugCommandRequest"}}},"description":"Data flow debug command definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataFlowDebugCommandResponse"},"examples":{"DataFlowDebugSession_ExecuteCommand":{"$ref":"#/components/examples/DataFlowDebugSession_ExecuteCommand"}}}}},"202":{"description":"Accepted.","headers":{"location":{"description":"URI to poll for asynchronous operation status.","schema":{"type":"string"},"example":"https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/operationResults/dfCommandOutput$$f06ed247-9d07-49b2-b05e-2cb4a2fc871e$$e5328ee7-c524-4207-8ba4-b709010db33d$$ace5eaf0-3e93-45ba-ada3-bf77da321a7b?api-version=2018-06-01"}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlowDebugSession"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getDataPlaneAccess":{"post":{"description":"Get Data Plane access.","operationId":"Factories_GetDataPlaneAccess","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserAccessPolicy"}}},"description":"Data Plane user access policy definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessPolicyResponse"},"examples":{"Factories_GetDataPlaneAccess":{"$ref":"#/components/examples/Factories_GetDataPlaneAccess"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getFeatureValue":{"post":{"description":"Get exposure control feature for specific factory.","operationId":"ExposureControl_GetFeatureValueByFactory","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/ExposureControlRequest"},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExposureControlResponse"},"examples":{"ExposureControl_GetFeatureValueByFactory":{"$ref":"#/components/examples/ExposureControl_GetFeatureValueByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["exposureControl"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getGitHubAccessToken":{"post":{"description":"Get GitHub Access Token.","operationId":"Factories_GetGitHubAccessToken","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GitHubAccessTokenRequest"}}},"description":"Get GitHub access token request definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GitHubAccessTokenResponse"},"examples":{"Factories_GetGitHubAccessToken":{"$ref":"#/components/examples/Factories_GetGitHubAccessToken"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["factories"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes":{"get":{"description":"Lists integration runtimes.","operationId":"IntegrationRuntimes_ListByFactory","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationRuntimeListResponse"},"examples":{"IntegrationRuntimes_ListByFactory":{"$ref":"#/components/examples/IntegrationRuntimes_ListByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}":{"delete":{"description":"Deletes an integration runtime.","operationId":"IntegrationRuntimes_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK."},"204":{"description":"No Content."},"default":{"description":"An error response received from DELETE integration runtime operation.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]},"get":{"description":"Gets an integration runtime.","operationId":"IntegrationRuntimes_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.","in":"header","name":"If-None-Match","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationRuntimeResource"},"examples":{"IntegrationRuntimes_Get":{"$ref":"#/components/examples/IntegrationRuntimes_Get"}}}}},"304":{"description":"Not modified."},"default":{"description":"An error response received from GET integration runtime operation.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]},"patch":{"description":"Updates an integration runtime.","operationId":"IntegrationRuntimes_Update","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateIntegrationRuntimeRequest"}}},"description":"The parameters for updating an integration runtime.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationRuntimeResource"},"examples":{"IntegrationRuntimes_Update":{"$ref":"#/components/examples/IntegrationRuntimes_Update"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]},"put":{"description":"Creates or updates an integration runtime.","operationId":"IntegrationRuntimes_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.","in":"header","name":"If-Match","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationRuntimeResource"}}},"description":"Integration runtime resource definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationRuntimeResource"},"examples":{"IntegrationRuntimes_Create":{"$ref":"#/components/examples/IntegrationRuntimes_Create"}}}}},"default":{"description":"An error response received from PUT integration runtime operation.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getConnectionInfo":{"post":{"description":"Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials.","operationId":"IntegrationRuntimes_GetConnectionInfo","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"additionalProperties":{"type":"object"},"description":"Connection information for encrypting the on-premises data source credentials.","properties":{"hostServiceUri":{"description":"The on-premises integration runtime host URL.","readOnly":true,"type":"string"},"identityCertThumbprint":{"description":"The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.","readOnly":true,"type":"string"},"isIdentityCertExprired":{"description":"Whether the identity certificate is expired.","readOnly":true,"type":"boolean"},"publicKey":{"description":"The public key for encrypting a credential when transferring the credential to the integration runtime.","readOnly":true,"type":"string"},"serviceToken":{"description":"The token generated in service. Callers use this token to authenticate to integration runtime.","readOnly":true,"type":"string"},"version":{"description":"The integration runtime version.","readOnly":true,"type":"string"}},"type":"object"},"examples":{"IntegrationRuntimes_GetConnectionInfo":{"$ref":"#/components/examples/IntegrationRuntimes_GetConnectionInfo"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getObjectMetadata":{"post":{"description":"Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.","operationId":"IntegrationRuntimeObjectMetadata_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetSsisObjectMetadataRequest"}}},"description":"The parameters for getting a SSIS object metadata."},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"description":"A list of SSIS object metadata.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of SSIS object metadata.","items":{"description":"SSIS object metadata.","discriminator":{"propertyName":"type"},"properties":{"description":{"description":"Metadata description.","type":"string"},"id":{"description":"Metadata id.","format":"int64","type":"integer"},"name":{"description":"Metadata name.","type":"string"},"type":{"description":"The type of SSIS object metadata.","enum":["Folder","Project","Package","Environment"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SsisObjectMetadataType"}}},"required":["type"],"type":"object"},"type":"array"}},"type":"object"},"examples":{"IntegrationRuntimeObjectMetadata_Get":{"$ref":"#/components/examples/IntegrationRuntimeObjectMetadata_Get"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimeObjectMetadata"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getStatus":{"post":{"description":"Gets detailed status information for an integration runtime.","operationId":"IntegrationRuntimes_GetStatus","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationRuntimeStatusResponse"},"examples":{"IntegrationRuntimes_GetStatus":{"$ref":"#/components/examples/IntegrationRuntimes_GetStatus"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/linkedIntegrationRuntime":{"post":{"description":"Create a linked integration runtime entry in a shared integration runtime.","operationId":"IntegrationRuntimes_CreateLinkedIntegrationRuntime","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLinkedIntegrationRuntimeRequest"}}},"description":"The linked integration runtime properties.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationRuntimeStatusResponse"},"examples":{"IntegrationRuntimes_CreateLinkedIntegrationRuntime":{"$ref":"#/components/examples/IntegrationRuntimes_CreateLinkedIntegrationRuntime"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/listAuthKeys":{"post":{"description":"Retrieves the authentication keys for an integration runtime.","operationId":"IntegrationRuntimes_ListAuthKeys","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"description":"The integration runtime authentication keys.","properties":{"authKey1":{"description":"The primary integration runtime authentication key.","type":"string"},"authKey2":{"description":"The secondary integration runtime authentication key.","type":"string"}},"type":"object"},"examples":{"IntegrationRuntimes_ListAuthKeys":{"$ref":"#/components/examples/IntegrationRuntimes_ListAuthKeys"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/monitoringData":{"post":{"description":"Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.","operationId":"IntegrationRuntimes_GetMonitoringData","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"description":"Get monitoring data response.","properties":{"name":{"description":"Integration runtime name.","type":"string"},"nodes":{"description":"Integration runtime node monitoring data.","items":{"additionalProperties":{"type":"object"},"description":"Monitoring data for integration runtime node.","properties":{"availableMemoryInMB":{"description":"Available memory (MB) on the integration runtime node.","readOnly":true,"type":"integer"},"concurrentJobsLimit":{"description":"Maximum concurrent jobs on the integration runtime node.","readOnly":true,"type":"integer"},"concurrentJobsRunning":{"description":"The number of jobs currently running on the integration runtime node.","readOnly":true,"type":"integer"},"cpuUtilization":{"description":"CPU percentage on the integration runtime node.","readOnly":true,"type":"integer"},"maxConcurrentJobs":{"description":"The maximum concurrent jobs in this integration runtime.","readOnly":true,"type":"integer"},"nodeName":{"description":"Name of the integration runtime node.","readOnly":true,"type":"string"},"receivedBytes":{"description":"Received bytes on the integration runtime node.","readOnly":true,"type":"number"},"sentBytes":{"description":"Sent bytes on the integration runtime node.","readOnly":true,"type":"number"}},"type":"object"},"type":"array"}},"type":"object"},"examples":{"IntegrationRuntimes_GetMonitoringData":{"$ref":"#/components/examples/IntegrationRuntimes_GetMonitoringData"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}":{"delete":{"description":"Deletes a self-hosted integration runtime node.","operationId":"IntegrationRuntimeNodes_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/nodeName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK."},"204":{"description":"No Content."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimeNodes"]},"get":{"description":"Gets a self-hosted integration runtime node.","operationId":"IntegrationRuntimeNodes_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/nodeName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"additionalProperties":{"type":"object"},"description":"Properties of Self-hosted integration runtime node.","properties":{"capabilities":{"additionalProperties":{"type":"string"},"description":"The integration runtime capabilities dictionary","readOnly":true,"type":"object"},"concurrentJobsLimit":{"description":"Maximum concurrent jobs on the integration runtime node.","readOnly":true,"type":"integer"},"expiryTime":{"description":"The time at which the integration runtime will expire in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"hostServiceUri":{"description":"URI for the host machine of the integration runtime.","readOnly":true,"type":"string"},"isActiveDispatcher":{"description":"Indicates whether this node is the active dispatcher for integration runtime requests.","readOnly":true,"type":"boolean"},"lastConnectTime":{"description":"The most recent time at which the integration runtime was connected in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"lastEndUpdateTime":{"description":"The last time for the integration runtime node update end.","format":"date-time","readOnly":true,"type":"string"},"lastStartTime":{"description":"The time the node last started up.","format":"date-time","readOnly":true,"type":"string"},"lastStartUpdateTime":{"description":"The last time for the integration runtime node update start.","format":"date-time","readOnly":true,"type":"string"},"lastStopTime":{"description":"The integration runtime node last stop time.","format":"date-time","readOnly":true,"type":"string"},"lastUpdateResult":{"description":"The result of the last integration runtime node update.","enum":["None","Succeed","Fail"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationRuntimeUpdateResult"}},"machineName":{"description":"Machine name of the integration runtime node.","readOnly":true,"type":"string"},"maxConcurrentJobs":{"description":"The maximum concurrent jobs in this integration runtime.","readOnly":true,"type":"integer"},"nodeName":{"description":"Name of the integration runtime node.","readOnly":true,"type":"string"},"registerTime":{"description":"The time at which the integration runtime node was registered in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"status":{"description":"Status of the integration runtime node.","enum":["NeedRegistration","Online","Limited","Offline","Upgrading","Initializing","InitializeFailed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"SelfHostedIntegrationRuntimeNodeStatus"}},"version":{"description":"Version of the integration runtime node.","readOnly":true,"type":"string"},"versionStatus":{"description":"Status of the integration runtime node version.","readOnly":true,"type":"string"}}},"examples":{"IntegrationRuntimeNodes_Get":{"$ref":"#/components/examples/IntegrationRuntimeNodes_Get"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimeNodes"]},"patch":{"description":"Updates a self-hosted integration runtime node.","operationId":"IntegrationRuntimeNodes_Update","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/nodeName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateIntegrationRuntimeNodeRequest"}}},"description":"The parameters for updating an integration runtime node.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"additionalProperties":{"type":"object"},"description":"Properties of Self-hosted integration runtime node.","properties":{"capabilities":{"additionalProperties":{"type":"string"},"description":"The integration runtime capabilities dictionary","readOnly":true,"type":"object"},"concurrentJobsLimit":{"description":"Maximum concurrent jobs on the integration runtime node.","readOnly":true,"type":"integer"},"expiryTime":{"description":"The time at which the integration runtime will expire in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"hostServiceUri":{"description":"URI for the host machine of the integration runtime.","readOnly":true,"type":"string"},"isActiveDispatcher":{"description":"Indicates whether this node is the active dispatcher for integration runtime requests.","readOnly":true,"type":"boolean"},"lastConnectTime":{"description":"The most recent time at which the integration runtime was connected in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"lastEndUpdateTime":{"description":"The last time for the integration runtime node update end.","format":"date-time","readOnly":true,"type":"string"},"lastStartTime":{"description":"The time the node last started up.","format":"date-time","readOnly":true,"type":"string"},"lastStartUpdateTime":{"description":"The last time for the integration runtime node update start.","format":"date-time","readOnly":true,"type":"string"},"lastStopTime":{"description":"The integration runtime node last stop time.","format":"date-time","readOnly":true,"type":"string"},"lastUpdateResult":{"description":"The result of the last integration runtime node update.","enum":["None","Succeed","Fail"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationRuntimeUpdateResult"}},"machineName":{"description":"Machine name of the integration runtime node.","readOnly":true,"type":"string"},"maxConcurrentJobs":{"description":"The maximum concurrent jobs in this integration runtime.","readOnly":true,"type":"integer"},"nodeName":{"description":"Name of the integration runtime node.","readOnly":true,"type":"string"},"registerTime":{"description":"The time at which the integration runtime node was registered in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"status":{"description":"Status of the integration runtime node.","enum":["NeedRegistration","Online","Limited","Offline","Upgrading","Initializing","InitializeFailed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"SelfHostedIntegrationRuntimeNodeStatus"}},"version":{"description":"Version of the integration runtime node.","readOnly":true,"type":"string"},"versionStatus":{"description":"Status of the integration runtime node version.","readOnly":true,"type":"string"}}},"examples":{"IntegrationRuntimeNodes_Update":{"$ref":"#/components/examples/IntegrationRuntimeNodes_Update"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimeNodes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}/ipAddress":{"post":{"description":"Get the IP address of self-hosted integration runtime node.","operationId":"IntegrationRuntimeNodes_GetIpAddress","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/integrationRuntimeName"},{"$ref":"#/components/parameters/nodeName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"description":"The IP address of self-hosted integration runtime node.","properties":{"ipAddress":{"description":"The IP address of self-hosted integration runtime node.","readOnly":true,"type":"string"}},"type":"object"},"examples":{"IntegrationRuntimeNodes_GetIpAddress":{"$ref":"#/components/examples/IntegrationRuntimeNodes_GetIpAddress"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","con