{"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.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimeNodes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/refreshObjectMetadata":{"post":{"description":"Refresh a SSIS integration runtime object metadata.","operationId":"IntegrationRuntimeObjectMetadata_Refresh","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/SsisObjectMetadataStatusResponse"},"examples":{"IntegrationRuntimeObjectMetadata_Refresh":{"$ref":"#/components/examples/IntegrationRuntimeObjectMetadata_Refresh"}}}}},"202":{"description":"Accepted."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimeObjectMetadata"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/regenerateAuthKey":{"post":{"description":"Regenerates the authentication key for an integration runtime.","operationId":"IntegrationRuntimes_RegenerateAuthKey","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":{"description":"Parameters to regenerate the authentication key.","properties":{"keyName":{"description":"The name of the authentication key to regenerate.","enum":["authKey1","authKey2"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationRuntimeAuthKeyName"}}},"type":"object"}}},"description":"The parameters for regenerating integration runtime authentication key.","required":true},"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_RegenerateAuthKey":{"$ref":"#/components/examples/IntegrationRuntimes_RegenerateAuthKey"}}}}},"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}/removeLinks":{"post":{"description":"Remove all linked integration runtimes under specific data factory in a self-hosted integration runtime.","operationId":"IntegrationRuntimes_RemoveLinks","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/LinkedIntegrationRuntimeRequest"}}},"description":"The data factory name for the linked integration runtime.","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":["integrationRuntimes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/start":{"post":{"description":"Starts a ManagedReserved type integration runtime.","operationId":"IntegrationRuntimes_Start","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_Start":{"$ref":"#/components/examples/IntegrationRuntimes_Start"}}}}},"202":{"description":"Accepted."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/stop":{"post":{"description":"Stops a ManagedReserved type integration runtime.","operationId":"IntegrationRuntimes_Stop","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."},"202":{"description":"Accepted."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["integrationRuntimes"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/syncCredentials":{"post":{"description":"Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override the credentials across all worker nodes with those available on the dispatcher node. If you already have the latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime node than using this API directly.","operationId":"IntegrationRuntimes_SyncCredentials","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."},"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}/upgrade":{"post":{"description":"Upgrade self-hosted integration runtime to latest version if availability.","operationId":"IntegrationRuntimes_Upgrade","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."},"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}/linkedservices":{"get":{"description":"Lists linked services.","operationId":"LinkedServices_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/LinkedServiceListResponse"},"examples":{"LinkedServices_ListByFactory":{"$ref":"#/components/examples/LinkedServices_ListByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["linkedServices"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}":{"delete":{"description":"Deletes a linked service.","operationId":"LinkedServices_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/linkedServiceName"},{"$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":["linkedServices"]},"get":{"description":"Gets a linked service.","operationId":"LinkedServices_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/linkedServiceName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the linked service 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/LinkedServiceResource"},"examples":{"LinkedServices_Get":{"$ref":"#/components/examples/LinkedServices_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":["linkedServices"]},"put":{"description":"Creates or updates a linked service.","operationId":"LinkedServices_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/linkedServiceName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the linkedService 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/LinkedServiceResource"}}},"description":"Linked service resource definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedServiceResource"},"examples":{"LinkedServices_Create":{"$ref":"#/components/examples/LinkedServices_Create"},"LinkedServices_Update":{"$ref":"#/components/examples/LinkedServices_Update"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["linkedServices"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}":{"get":{"description":"Get a pipeline run by its run ID.","operationId":"PipelineRuns_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/runId"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PipelineRun"},"examples":{"PipelineRuns_Get":{"$ref":"#/components/examples/PipelineRuns_Get"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["pipelineruns"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}/cancel":{"post":{"description":"Cancel a pipeline run by its run ID.","operationId":"PipelineRuns_Cancel","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/runId"},{"description":"If true, cancel all the Child pipelines that are triggered by the current pipeline.","in":"query","name":"isRecursive","required":false,"schema":{"type":"boolean"}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Pipeline run has been canceled successfully. "},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["pipelineruns"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}/queryActivityruns":{"post":{"description":"Query activity runs based on input filter conditions.","operationId":"ActivityRuns_QueryByPipelineRun","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/runId"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RunFilterParameters"}}},"description":"Parameters to filter the activity runs.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ActivityRunsQueryResponse"},"examples":{"ActivityRuns_QueryByPipelineRun":{"$ref":"#/components/examples/ActivityRuns_QueryByPipelineRun"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["activityruns"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines":{"get":{"description":"Lists pipelines.","operationId":"Pipelines_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/PipelineListResponse"},"examples":{"Pipelines_ListByFactory":{"$ref":"#/components/examples/Pipelines_ListByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["pipelines"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}":{"delete":{"description":"Deletes a pipeline.","operationId":"Pipelines_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/pipelineName"},{"$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":["pipelines"]},"get":{"description":"Gets a pipeline.","operationId":"Pipelines_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/pipelineName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the pipeline 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/PipelineResource"},"examples":{"Pipelines_Get":{"$ref":"#/components/examples/Pipelines_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":["pipelines"]},"put":{"description":"Creates or updates a pipeline.","operationId":"Pipelines_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/pipelineName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the pipeline 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/PipelineResource"}}},"description":"Pipeline resource definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PipelineResource"},"examples":{"Pipelines_Create":{"$ref":"#/components/examples/Pipelines_Create"},"Pipelines_Update":{"$ref":"#/components/examples/Pipelines_Update"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["pipelines"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}/createRun":{"post":{"description":"Creates a run of a pipeline.","operationId":"Pipelines_CreateRun","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/pipelineName"},{"$ref":"#/components/parameters/api-version"},{"description":"The pipeline run identifier. If run ID is specified the parameters of the specified run will be used to create a new run.","in":"query","name":"referencePipelineRunId","required":false,"x-ms-parameter-location":"method","schema":{"type":"string"}},{"description":"Recovery mode flag. If recovery mode is set to true, the specified referenced pipeline run and the new run will be grouped under the same groupId.","in":"query","name":"isRecovery","required":false,"x-ms-parameter-location":"method","schema":{"type":"boolean"}},{"description":"In recovery mode, the rerun will start from this activity. If not specified, all activities will run.","in":"query","name":"startActivityName","required":false,"x-ms-parameter-location":"method","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ParameterValueSpecification"}}},"description":"Parameters of the pipeline run. These parameters will be used only if the runId is not specified."},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateRunResponse"},"examples":{"Pipelines_CreateRun":{"$ref":"#/components/examples/Pipelines_CreateRun"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["pipelines"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryDataFlowDebugSessions":{"post":{"description":"Query all active data flow debug sessions.","operationId":"DataFlowDebugSession_QueryByFactory","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/QueryDataFlowDebugSessionsResponse"},"examples":{"DataFlowDebugSession_QueryByFactory":{"$ref":"#/components/examples/DataFlowDebugSession_QueryByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["dataFlowDebugSession"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryPipelineRuns":{"post":{"description":"Query pipeline runs in the factory based on input filter conditions.","operationId":"PipelineRuns_QueryByFactory","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/RunFilterParameters"},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PipelineRunsQueryResponse"},"examples":{"PipelineRuns_QueryByFactory":{"$ref":"#/components/examples/PipelineRuns_QueryByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["pipelineruns"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryTriggerRuns":{"post":{"description":"Query trigger runs.","operationId":"TriggerRuns_QueryByFactory","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/RunFilterParameters"},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerRunsQueryResponse"},"examples":{"TriggerRuns_QueryByFactory":{"$ref":"#/components/examples/TriggerRuns_QueryByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggerruns"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers":{"get":{"description":"Lists triggers.","operationId":"Triggers_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/TriggerListResponse"},"examples":{"Triggers_ListByFactory":{"$ref":"#/components/examples/Triggers_ListByFactory"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggers"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}":{"delete":{"description":"Deletes a trigger.","operationId":"Triggers_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$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":["triggers"]},"get":{"description":"Gets a trigger.","operationId":"Triggers_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the trigger 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/TriggerResource"},"examples":{"Triggers_Get":{"$ref":"#/components/examples/Triggers_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":["trigger"]},"put":{"description":"Creates or updates a trigger.","operationId":"Triggers_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/api-version"},{"description":"ETag of the trigger 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/TriggerResource"}}},"description":"Trigger resource definition.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerResource"},"examples":{"Triggers_Create":{"$ref":"#/components/examples/Triggers_Create"},"Triggers_Update":{"$ref":"#/components/examples/Triggers_Update"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/getEventSubscriptionStatus":{"post":{"description":"Get a trigger's event subscription status.","operationId":"Triggers_GetEventSubscriptionStatus","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Trigger event subscription state.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerSubscriptionOperationStatus"},"examples":{"Triggers_GetEventSubscriptionStatus":{"$ref":"#/components/examples/Triggers_GetEventSubscriptionStatus"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/rerunTriggers":{"get":{"description":"Lists rerun triggers by an original trigger name.","operationId":"RerunTriggers_ListByTrigger","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RerunTriggerListResponse"},"examples":{"RerunTriggers_ListByTrigger":{"$ref":"#/components/examples/RerunTriggers_ListByTrigger"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["rerunTriggers"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/rerunTriggers/{rerunTriggerName}":{"put":{"description":"Creates a rerun trigger.","operationId":"RerunTriggers_Create","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/rerunTriggerName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RerunTumblingWindowTriggerActionParameters"}}},"description":"Rerun tumbling window trigger action parameters.","required":true},"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerResource"},"examples":{"RerunTriggers_Create":{"$ref":"#/components/examples/RerunTriggers_Create"}}}}},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["rerunTriggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/rerunTriggers/{rerunTriggerName}/cancel":{"post":{"description":"Cancels a trigger.","operationId":"RerunTriggers_Cancel","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/rerunTriggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Trigger has been canceled successfully."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["rerunTriggers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/rerunTriggers/{rerunTriggerName}/start":{"post":{"description":"Starts a trigger.","operationId":"RerunTriggers_Start","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/rerunTriggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Trigger has been started successfully."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["rerunTriggers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/rerunTriggers/{rerunTriggerName}/stop":{"post":{"description":"Stops a trigger.","operationId":"RerunTriggers_Stop","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/rerunTriggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Trigger has been stopped successfully."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["rerunTriggers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/start":{"post":{"description":"Starts a trigger.","operationId":"Triggers_Start","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Trigger has been started successfully."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/stop":{"post":{"description":"Stops a trigger.","operationId":"Triggers_Stop","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Trigger has been stopped successfully."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/subscribeToEvents":{"post":{"description":"Subscribe event trigger to events.","operationId":"Triggers_SubscribeToEvents","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Trigger is subscribed to events.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerSubscriptionOperationStatus"},"examples":{"Triggers_SubscribeToEvents":{"$ref":"#/components/examples/Triggers_SubscribeToEvents"}}}}},"202":{"description":"Accepted."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/triggerRuns/{runId}/rerun":{"post":{"description":"Rerun single trigger instance by runId.","operationId":"TriggerRuns_Rerun","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/runId"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"TriggerRun has been restarted."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggerruns"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/unsubscribeFromEvents":{"post":{"description":"Unsubscribe event trigger from events.","operationId":"Triggers_UnsubscribeFromEvents","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/resourceGroupName"},{"$ref":"#/components/parameters/factoryName"},{"$ref":"#/components/parameters/triggerName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"Trigger is unsubscribed from events.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerSubscriptionOperationStatus"},"examples":{"Triggers_UnsubscribeFromEvents":{"$ref":"#/components/examples/Triggers_UnsubscribeFromEvents"}}}}},"202":{"description":"Accepted."},"default":{"description":"An error response received from the Azure Data Factory service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["triggers"],"x-ms-long-running-operation":true}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Operations_List":{"value":{"value":[{"display":{"description":"Gets the available metrics for datafactories","operation":"Read datafactories metric definitions","provider":"Microsoft.DataFactory","resource":"datafactories"},"name":"Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/metricDefinitions/read","origin":"system","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Total","availabilities":[{"blobDuration":"P1D","timeGrain":"PT1H"}],"dimensions":[{"displayName":"Pipeline","name":"pipelineName","toBeExportedForShoebox":true},{"displayName":"Activity","name":"activityName","toBeExportedForShoebox":true},{"displayName":"Window End","name":"windowEnd","toBeExportedForShoebox":true},{"displayName":"Window Start","name":"windowStart","toBeExportedForShoebox":true}],"displayName":"Failed Runs","enableRegionalMdmAccount":"false","name":"FailedRuns","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetricsV1","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"P1D","timeGrain":"PT1H"}],"dimensions":[{"displayName":"Pipeline","name":"pipelineName","toBeExportedForShoebox":true},{"displayName":"Activity","name":"activityName","toBeExportedForShoebox":true},{"displayName":"Window End","name":"windowEnd","toBeExportedForShoebox":true},{"displayName":"Window Start","name":"windowStart","toBeExportedForShoebox":true}],"displayName":"Successful Runs","enableRegionalMdmAccount":"false","name":"SuccessfulRuns","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetricsV1","unit":"Count"}]}}},{"display":{"description":"Gets the diagnostic setting for the resource","operation":"Read diagnostic setting","provider":"Microsoft.DataFactory","resource":"datafactories"},"name":"Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/diagnosticSettings/read","origin":"system"},{"display":{"description":"Creates or updates the diagnostic setting for the resource","operation":"Write diagnostic setting","provider":"Microsoft.DataFactory","resource":"datafactories"},"name":"Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/diagnosticSettings/write","origin":"system"},{"display":{"description":"Gets the available logs for factories","operation":"Read factories log definitions","provider":"Microsoft.DataFactory","resource":"The log definition of factories"},"name":"Microsoft.DataFactory/factories/providers/Microsoft.Insights/logDefinitions/read","origin":"system","properties":{"serviceSpecification":{"logSpecifications":[{"blobDuration":"PT1H","displayName":"Pipeline activity runs log","name":"ActivityRuns"},{"blobDuration":"PT1H","displayName":"Pipeline runs log","name":"PipelineRuns"},{"blobDuration":"PT1H","displayName":"Trigger runs log","name":"TriggerRuns"}]}}},{"display":{"description":"Gets the diagnostic setting for the resource","operation":"Read diagnostic setting","provider":"Microsoft.DataFactory","resource":"factories"},"name":"Microsoft.DataFactory/factories/providers/Microsoft.Insights/diagnosticSettings/read","origin":"system"},{"display":{"description":"Creates or updates the diagnostic setting for the resource","operation":"Write diagnostic setting","provider":"Microsoft.DataFactory","resource":"factories"},"name":"Microsoft.DataFactory/factories/providers/Microsoft.Insights/diagnosticSettings/write","origin":"system"},{"display":{"description":"Gets the available metrics for factories","operation":"Read metric definitions","provider":"Microsoft.DataFactory","resource":"factories"},"name":"Microsoft.DataFactory/factories/providers/Microsoft.Insights/metricDefinitions/read","origin":"system","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Total","dimensions":[{"displayName":"Failure Type","name":"FailureType","toBeExportedForShoebox":true},{"displayName":"Pipeline","name":"Name","toBeExportedForShoebox":true}],"displayName":"Failed pipeline runs metrics","enableRegionalMdmAccount":"false","name":"PipelineFailedRuns","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetrics","unit":"Count"},{"aggregationType":"Total","dimensions":[{"displayName":"Failure Type","name":"FailureType","toBeExportedForShoebox":true},{"displayName":"Pipeline","name":"Name","toBeExportedForShoebox":true}],"displayName":"Succeeded pipeline runs metrics","enableRegionalMdmAccount":"false","name":"PipelineSucceededRuns","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetrics","unit":"Count"},{"aggregationType":"Total","dimensions":[{"displayName":"Activity Type","name":"ActivityType","toBeExportedForShoebox":true},{"displayName":"Pipeline","name":"PipelineName","toBeExportedForShoebox":true},{"displayName":"Failure Type","name":"FailureType","toBeExportedForShoebox":true},{"displayName":"Activity","name":"Name","toBeExportedForShoebox":true}],"displayName":"Failed activity runs metrics","enableRegionalMdmAccount":"false","name":"ActivityFailedRuns","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetrics","unit":"Count"},{"aggregationType":"Total","dimensions":[{"displayName":"Activity Type","name":"ActivityType","toBeExportedForShoebox":true},{"displayName":"Pipeline","name":"PipelineName","toBeExportedForShoebox":true},{"displayName":"Failure Type","name":"FailureType","toBeExportedForShoebox":true},{"displayName":"Activity","name":"Name","toBeExportedForShoebox":true}],"displayName":"Succeeded activity runs metrics","enableRegionalMdmAccount":"false","name":"ActivitySucceededRuns","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetrics","unit":"Count"},{"aggregationType":"Total","dimensions":[{"displayName":"Trigger","name":"Name","toBeExportedForShoebox":true},{"displayName":"Failure Type","name":"FailureType","toBeExportedForShoebox":true}],"displayName":"Failed trigger runs metrics","enableRegionalMdmAccount":"false","name":"TriggerFailedRuns","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetrics","unit":"Count"},{"aggregationType":"Total","dimensions":[{"displayName":"Trigger","name":"Name","toBeExportedForShoebox":true},{"displayName":"Failure Type","name":"FailureType","toBeExportedForShoebox":true}],"displayName":"Succeeded trigger runs metrics","enableRegionalMdmAccount":"false","name":"TriggerSucceededRuns","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetrics","unit":"Count"},{"aggregationType":"Average","dimensions":[{"displayName":"Integration Runtime","name":"IntegrationRuntimeName","toBeExportedForShoebox":true},{"displayName":"Integration Runtime Node","name":"NodeName","toBeExportedForShoebox":true}],"displayName":"Integration runtime CPU utilization","enableRegionalMdmAccount":"false","name":"IntegrationRuntimeCpuPercentage","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetrics","unit":"Percent"},{"aggregationType":"Average","dimensions":[{"displayName":"Integration Runtime","name":"IntegrationRuntimeName","toBeExportedForShoebox":true},{"displayName":"Integration Runtime Node","name":"NodeName","toBeExportedForShoebox":true}],"displayName":"Integration runtime available memory","enableRegionalMdmAccount":"false","name":"IntegrationRuntimeAvailableMemory","sourceMdmAccount":"MicrosoftDataFactoryProdShoebox","sourceMdmNamespace":"ADFMetrics","unit":"Bytes"}]}}},{"display":{"description":"Registers the subscription for the Data Factory Resource Provider.","operation":"Register Data Factory Resource Provider","provider":"Microsoft Data Factory","resource":"Data Factory Resource Provider"},"name":"Microsoft.DataFactory/register/action"},{"display":{"description":"Unregisters the subscription for the Data Factory Resource Provider.","operation":"Unregister Data Factory Resource Provider","provider":"Microsoft Data Factory","resource":"Data Factory Resource Provider"},"name":"Microsoft.DataFactory/unregister/action"},{"display":{"description":"Reads the Data Factory.","operation":"Read Data Factory","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/datafactories/read"},{"display":{"description":"Creates or Updates the Data Factory.","operation":"Create or Update Data Factory","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/datafactories/write"},{"display":{"description":"Deletes the Data Factory.","operation":"Delete Data Factory","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/datafactories/delete"},{"display":{"description":"Reads any Linked Service.","operation":"Read Linked Service","provider":"Microsoft Data Factory","resource":"Linked Service"},"name":"Microsoft.DataFactory/datafactories/linkedServices/read"},{"display":{"description":"Deletes any Linked Service.","operation":"Delete Linked Service","provider":"Microsoft Data Factory","resource":"Linked Service"},"name":"Microsoft.DataFactory/datafactories/linkedServices/delete"},{"display":{"description":"Creates or Updates any Linked Service.","operation":"Create or Update Linked Service","provider":"Microsoft Data Factory","resource":"Linked Service"},"name":"Microsoft.DataFactory/datafactories/linkedServices/write"},{"display":{"description":"Reads any Pipeline.","operation":"Read Pipeline","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/datafactories/datapipelines/read"},{"display":{"description":"Deletes any Pipeline.","operation":"Delete Pipeline","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/datafactories/datapipelines/delete"},{"display":{"description":"Pauses any Pipeline.","operation":"Pause Pipeline","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/datafactories/datapipelines/pause/action"},{"display":{"description":"Resumes any Pipeline.","operation":"Resume Pipeline","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/datafactories/datapipelines/resume/action"},{"display":{"description":"Updates any Pipeline.","operation":"Update Pipeline","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/datafactories/datapipelines/update/action"},{"display":{"description":"Creates or Updates any Pipeline.","operation":"Create or Update Pipeline","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/datafactories/datapipelines/write"},{"display":{"description":"Reads any Dataset.","operation":"Read Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/datafactories/datasets/read"},{"display":{"description":"Deletes any Dataset.","operation":"Delete Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/datafactories/datasets/delete"},{"display":{"description":"Creates or Updates any Dataset.","operation":"Create or Update Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/datafactories/datasets/write"},{"display":{"description":"Reads any Dataset.","operation":"Read Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/datafactories/tables/read"},{"display":{"description":"Deletes any Dataset.","operation":"Delete Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/datafactories/tables/delete"},{"display":{"description":"Creates or Updates any Dataset.","operation":"Create or Update Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/datafactories/tables/write"},{"display":{"description":"Gets the Data Slices in the given period.","operation":"Read Data Slices","provider":"Microsoft Data Factory","resource":"Data Slice"},"name":"Microsoft.DataFactory/datafactories/datasets/slices/read"},{"display":{"description":"Update the Status of the Data Slice.","operation":"Update Data Slice Status","provider":"Microsoft Data Factory","resource":"Data Slice"},"name":"Microsoft.DataFactory/datafactories/datasets/slices/write"},{"display":{"description":"Reads the Data Slice Run for the given dataset with the given start time.","operation":"Read Data Slice Run","provider":"Microsoft Data Factory","resource":"Data Slice"},"name":"Microsoft.DataFactory/datafactories/datasets/sliceruns/read"},{"display":{"description":"Reads a SAS URI to a blob container containing the logs.","operation":"Read Run Log Info","provider":"Microsoft Data Factory","resource":"Run Log"},"name":"Microsoft.DataFactory/datafactories/runs/loginfo/read"},{"display":{"description":"Reads Activity Windows in the Data Factory with specified parameters.","operation":"Read Activity Windows in any Data Factory","provider":"Microsoft Data Factory","resource":"Activity Windows"},"name":"Microsoft.DataFactory/datafactories/activitywindows/read"},{"display":{"description":"Reads Activity Windows for the Pipeline with specified parameters.","operation":"Read Activity Windows for any Pipeline","provider":"Microsoft Data Factory","resource":"Activity Windows"},"name":"Microsoft.DataFactory/datafactories/datapipelines/activitywindows/read"},{"display":{"description":"Reads Activity Windows for the Pipeline Activity with specified parameters.","operation":"Read Activity Windows for any Pipeline Activity","provider":"Microsoft Data Factory","resource":"Activity Windows"},"name":"Microsoft.DataFactory/datafactories/datapipelines/activities/activitywindows/read"},{"display":{"description":"Reads Activity Windows for the Dataset with specified parameters.","operation":"Read Activity Windows for any Dataset","provider":"Microsoft Data Factory","resource":"Activity Windows"},"name":"Microsoft.DataFactory/datafactories/datasets/activitywindows/read"},{"display":{"description":"Reads any Gateway.","operation":"Read Gateway","provider":"Microsoft Data Factory","resource":"Gateway"},"name":"Microsoft.DataFactory/datafactories/gateways/read"},{"display":{"description":"Creates or Updates any Gateway.","operation":"Create or Update Gateway","provider":"Microsoft Data Factory","resource":"Gateway"},"name":"Microsoft.DataFactory/datafactories/gateways/write"},{"display":{"description":"Deletes any Gateway.","operation":"Delete Gateway","provider":"Microsoft Data Factory","resource":"Gateway"},"name":"Microsoft.DataFactory/datafactories/gateways/delete"},{"display":{"description":"Reads the Connection Info for any Gateway.","operation":"Read Gateway Connection Info","provider":"Microsoft Data Factory","resource":"Gateway"},"name":"Microsoft.DataFactory/datafactories/gateways/connectioninfo/action"},{"display":{"description":"Lists the Authentication Keys for any Gateway.","operation":"List Gateway Authentication Keys","provider":"Microsoft Data Factory","resource":"Gateway"},"name":"Microsoft.DataFactory/datafactories/gateways/listauthkeys/action"},{"display":{"description":"Regenerates the Authentication Keys for any Gateway.","operation":"Regenerate Gateway Authentication Keys","provider":"Microsoft Data Factory","resource":"Gateway"},"name":"Microsoft.DataFactory/datafactories/gateways/regenerateauthkey/action"},{"display":{"description":"Reads Data Factory.","operation":"Read Data Factory","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/factories/read"},{"display":{"description":"Create or Update Data Factory","operation":"Create or Update any Data Factory.","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/factories/write"},{"display":{"description":"Deletes Data Factory.","operation":"Delete Data Factory","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/factories/delete"},{"display":{"description":"Reads Linked Service.","operation":"Read Linked Service","provider":"Microsoft Data Factory","resource":"Linked Service"},"name":"Microsoft.DataFactory/factories/linkedServices/read"},{"display":{"description":"Deletes Linked Service.","operation":"Delete Linked Service","provider":"Microsoft Data Factory","resource":"Linked Service"},"name":"Microsoft.DataFactory/factories/linkedServices/delete"},{"display":{"description":"Create or Update Linked Service","operation":"Create or Update any Linked Service.","provider":"Microsoft Data Factory","resource":"Linked Service"},"name":"Microsoft.DataFactory/factories/linkedServices/write"},{"display":{"description":"Reads Pipeline.","operation":"Read Pipeline","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/factories/pipelines/read"},{"display":{"description":"Deletes Pipeline.","operation":"Delete Pipeline","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/factories/pipelines/delete"},{"display":{"description":"Create or Update Pipeline","operation":"Create or Update any Pipeline.","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/factories/pipelines/write"},{"display":{"description":"Creates a run for the Pipeline.","operation":"Create Pipeline Run","provider":"Microsoft Data Factory","resource":"Pipeline"},"name":"Microsoft.DataFactory/factories/pipelines/createrun/action"},{"display":{"description":"Cancels the pipeline run specified by the run ID.","operation":"Cancel any Pipeline Run","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/factories/cancelpipelinerun/action"},{"display":{"description":"Reads the Pipeline Runs.","operation":"Read Pipeline Runs","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/factories/pipelineruns/read"},{"display":{"description":"Reads the activity runs for the specified pipeline run ID.","operation":"Read Activity Runs","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/factories/pipelineruns/activityruns/read"},{"display":{"description":"Reads any Dataset.","operation":"Read Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/factories/datasets/read"},{"display":{"description":"Deletes any Dataset.","operation":"Delete Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/factories/datasets/delete"},{"display":{"description":"Creates or Updates any Dataset.","operation":"Create or Update Dataset","provider":"Microsoft Data Factory","resource":"Dataset"},"name":"Microsoft.DataFactory/factories/datasets/write"},{"display":{"description":"Reads any Integration Runtime.","operation":"Read Integration Runtime","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/read"},{"display":{"description":"Creates or Updates any Integration Runtime.","operation":"Create or Update Integration Runtime","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/write"},{"display":{"description":"Deletes any Integration Runtime.","operation":"Delete Integration Runtime","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/delete"},{"display":{"description":"Starts any Integration Runtime.","operation":"Start Integration Runtime","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/start/action"},{"display":{"description":"Stops any Integration Runtime.","operation":"Stop Integration Runtime","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/stop/action"},{"display":{"description":"Reads Integration Runtime Connection Info.","operation":"Read Integration Runtime Connection Info","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/getconnectioninfo/read"},{"display":{"description":"Reads Integration Runtime Status.","operation":"Read Integration Runtime Status","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/getstatus/read"},{"display":{"description":"Lists the Authentication Keys for any Integration Runtime.","operation":"List Integration Runtime Authentication Keys","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/listauthkeys/read"},{"display":{"description":"Gets the Monitoring Data for any Integration Runtime.","operation":"Get Integration Runtime Monitoring Data","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/monitoringdata/read"},{"display":{"description":"Deletes the Node for the specified Integration Runtime.","operation":"Delete Integration Runtime Node","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/nodes/delete"},{"display":{"description":"Updates a self-hosted Integration Runtime Node.","operation":"Update Integration Runtime Node","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/nodes/write"},{"display":{"description":"Returns the IP Address for the specified node of the Integration Runtime.","operation":"Read Integration Runtime Node IP Address","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/nodes/ipAddress/action"},{"display":{"description":"Syncs the Credentials for the specified Integration Runtime.","operation":"Sync Credentials for Integration Runtime","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/synccredentials/action"},{"display":{"description":"Upgrades the specified Integration Runtime.","operation":"Upgrade Integration Runtime","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/upgrade/action"},{"display":{"description":"Regenerates the Authentication Keys for the specified Integration Runtime.","operation":"Regenerate Integration Runtime Authentication Keys","provider":"Microsoft Data Factory","resource":"Integration Runtime"},"name":"Microsoft.DataFactory/factories/integrationruntimes/regenerateauthkey/action"},{"display":{"description":"Reads any Trigger.","operation":"Read Trigger","provider":"Microsoft Data Factory","resource":"Trigger"},"name":"Microsoft.DataFactory/factories/triggers/read"},{"display":{"description":"Creates or Updates any Trigger.","operation":"Create or Update Trigger","provider":"Microsoft Data Factory","resource":"Trigger"},"name":"Microsoft.DataFactory/factories/triggers/write"},{"display":{"description":"Deletes any Trigger.","operation":"Delete Trigger","provider":"Microsoft Data Factory","resource":"Trigger"},"name":"Microsoft.DataFactory/factories/triggers/delete"},{"display":{"description":"Starts any Trigger.","operation":"Start Trigger","provider":"Microsoft Data Factory","resource":"Trigger"},"name":"Microsoft.DataFactory/factories/triggers/start/action"},{"display":{"description":"Stops any Trigger.","operation":"Stop Trigger","provider":"Microsoft Data Factory","resource":"Trigger"},"name":"Microsoft.DataFactory/factories/triggers/stop/action"},{"display":{"description":"Reads the Trigger Runs.","operation":"Read Trigger Runs","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/factories/triggers/triggerruns/read"},{"display":{"description":"Configures the repository for the factory.","operation":"Configure Factory Repository","provider":"Microsoft Data Factory","resource":"Data Factory"},"name":"Microsoft.DataFactory/locations/configureFactoryRepo/action"}]}},"Factories_List":{"value":{"value":[{"eTag":"\"0000aa0d-0000-0000-0000-5b0d58170000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/rg-yanzhang-dfv2/providers/Microsoft.DataFactory/factories/rpv2origdf-72c7d3d4-5e17-4ec6-91de-9ab433f15e79","identity":{"principalId":"399c3de2-6072-4326-bfa9-4d0c116f1a7b","tenantId":"12345678-1234-1234-1234-123456789abc","type":"SystemAssigned"},"location":"East US","name":"rpV2OrigDF-72c7d3d4-5e17-4ec6-91de-9ab433f15e79","properties":{"createTime":"2018-05-29T13:39:35.615921Z","provisioningState":"Succeeded","version":"2017-09-01-preview"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"0000f301-0000-0000-0000-5b21b16c0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/rg-yanzhang-dfv2/providers/Microsoft.DataFactory/factories/df-dogfood-yanzhang-we","identity":{"principalId":"e8dd6df9-bad5-4dea-8fb8-0d13d1845d9e","tenantId":"12345678-1234-1234-1234-123456789abc","type":"SystemAssigned"},"location":"West Europe","name":"df-dogfood-yanzhang-we","properties":{"createTime":"2018-06-14T00:06:04.6667461Z","provisioningState":"Succeeded","version":"2017-09-01-preview"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"00008a02-0000-0000-0000-5b237f270000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName-linked","identity":{"principalId":"10743799-44d2-42fe-8c4d-5bc5c51c0684","tenantId":"12345678-1234-1234-1234-123456789abc","type":"SystemAssigned"},"location":"East US","name":"exampleFactoryName-linked","properties":{"createTime":"2018-06-15T08:56:07.1828318Z","provisioningState":"Succeeded","version":"2017-09-01-preview"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"00003d04-0000-0000-0000-5b28962f0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/factorytoupgrade","location":"East US","name":"FactoryToUpgrade","properties":{"createTime":"2018-06-19T05:35:35.7133828Z","provisioningState":"Succeeded","version":"2018-06-01"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"00004004-0000-0000-0000-5b28979e0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName","location":"East US","name":"exampleFactoryName","properties":{"createTime":"2018-06-19T05:41:50.0041314Z","provisioningState":"Succeeded","repoConfiguration":{"accountName":"ADF","collaborationBranch":"master","lastCommitId":"","projectName":"project","repositoryName":"repo","rootFolder":"/","tenantId":"","type":"FactoryVSTSConfiguration"},"version":"2018-06-01"},"tags":{"exampleTag":"exampleValue"},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"0000aa0d-0000-0000-0000-5b0d58170000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/rg-yanzhang-dfv2/providers/Microsoft.DataFactory/factories/rpv2origdf-72c7d3d4-5e17-4ec6-91de-9ab433f15e79","identity":{"principalId":"399c3de2-6072-4326-bfa9-4d0c116f1a7b","tenantId":"12345678-1234-1234-1234-123456789abc","type":"SystemAssigned"},"location":"East US","name":"rpV2OrigDF-72c7d3d4-5e17-4ec6-91de-9ab433f15e79","properties":{"createTime":"2018-05-29T13:39:35.615921Z","provisioningState":"Succeeded","version":"2017-09-01-preview"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"0000f301-0000-0000-0000-5b21b16c0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/rg-yanzhang-dfv2/providers/Microsoft.DataFactory/factories/df-dogfood-yanzhang-we","identity":{"principalId":"e8dd6df9-bad5-4dea-8fb8-0d13d1845d9e","tenantId":"12345678-1234-1234-1234-123456789abc","type":"SystemAssigned"},"location":"West Europe","name":"df-dogfood-yanzhang-we","properties":{"createTime":"2018-06-14T00:06:04.6667461Z","provisioningState":"Succeeded","version":"2017-09-01-preview"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"00008a02-0000-0000-0000-5b237f270000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName-linked","identity":{"principalId":"10743799-44d2-42fe-8c4d-5bc5c51c0684","tenantId":"12345678-1234-1234-1234-123456789abc","type":"SystemAssigned"},"location":"East US","name":"exampleFactoryName-linked","properties":{"createTime":"2018-06-15T08:56:07.1828318Z","provisioningState":"Succeeded","version":"2017-09-01-preview"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"00003d04-0000-0000-0000-5b28962f0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/factorytoupgrade","location":"East US","name":"FactoryToUpgrade","properties":{"createTime":"2018-06-19T05:35:35.7133828Z","provisioningState":"Succeeded","version":"2018-06-01"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"00004004-0000-0000-0000-5b28979e0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName","location":"East US","name":"exampleFactoryName","properties":{"createTime":"2018-06-19T05:41:50.0041314Z","provisioningState":"Succeeded","repoConfiguration":{"accountName":"ADF","collaborationBranch":"master","lastCommitId":"","projectName":"project","repositoryName":"repo","rootFolder":"/","tenantId":"","type":"FactoryVSTSConfiguration"},"version":"2018-06-01"},"tags":{"exampleTag":"exampleValue"},"type":"Microsoft.DataFactory/factories"}]}},"Factories_ConfigureFactoryRepo":{"value":{"eTag":"\"00004004-0000-0000-0000-5b28979e0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName","location":"East US","name":"exampleFactoryName","properties":{"createTime":"2018-06-19T05:41:50.0041314Z","provisioningState":"Succeeded","repoConfiguration":{"accountName":"ADF","collaborationBranch":"master","lastCommitId":"","projectName":"project","repositoryName":"repo","rootFolder":"/","tenantId":"","type":"FactoryVSTSConfiguration"},"version":"2018-06-01"},"tags":{"exampleTag":"exampleValue"},"type":"Microsoft.DataFactory/factories"}},"ExposureControl_GetFeatureValue":{"value":{"featureName":"ADFIntegrationRuntimeSharingRbac","value":"False"}},"Factories_ListByResourceGroup":{"value":{"value":[{"eTag":"\"00008a02-0000-0000-0000-5b237f270000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName-linked","identity":{"principalId":"10743799-44d2-42fe-8c4d-5bc5c51c0684","tenantId":"12345678-1234-1234-1234-123456789abc","type":"SystemAssigned"},"location":"East US","name":"exampleFactoryName-linked","properties":{"createTime":"2018-06-15T08:56:07.1828318Z","provisioningState":"Succeeded","version":"2017-09-01-preview"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"00003d04-0000-0000-0000-5b28962f0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/factorytoupgrade","location":"East US","name":"FactoryToUpgrade","properties":{"createTime":"2018-06-19T05:35:35.7133828Z","provisioningState":"Succeeded","version":"2018-06-01"},"tags":{},"type":"Microsoft.DataFactory/factories"},{"eTag":"\"00004004-0000-0000-0000-5b28979e0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName","location":"East US","name":"exampleFactoryName","properties":{"createTime":"2018-06-19T05:41:50.0041314Z","provisioningState":"Succeeded","repoConfiguration":{"accountName":"ADF","collaborationBranch":"master","lastCommitId":"","projectName":"project","repositoryName":"repo","rootFolder":"/","tenantId":"","type":"FactoryVSTSConfiguration"},"version":"2018-06-01"},"tags":{"exampleTag":"exampleValue"},"type":"Microsoft.DataFactory/factories"}]}},"Factories_Get":{"value":{"eTag":"\"00004004-0000-0000-0000-5b28979e0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName","location":"East US","name":"exampleFactoryName","properties":{"createTime":"2018-06-19T05:41:50.0041314Z","provisioningState":"Succeeded","repoConfiguration":{"accountName":"ADF","collaborationBranch":"master","lastCommitId":"","projectName":"project","repositoryName":"repo","rootFolder":"/","tenantId":"","type":"FactoryVSTSConfiguration"},"version":"2018-06-01"},"tags":{"exampleTag":"exampleValue"},"type":"Microsoft.DataFactory/factories"}},"Factories_Update":{"value":{"eTag":"\"00003f04-0000-0000-0000-5b28979e0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName","location":"East US","name":"exampleFactoryName","properties":{"createTime":"2018-06-19T05:41:50.0041314Z","provisioningState":"Succeeded","version":"2018-06-01"},"tags":{"exampleTag":"exampleValue"},"type":"Microsoft.DataFactory/factories"}},"Factories_CreateOrUpdate":{"value":{"eTag":"\"00003e04-0000-0000-0000-5b28979e0000\"","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName","location":"East US","name":"exampleFactoryName","properties":{"createTime":"2018-06-19T05:41:50.0041314Z","provisioningState":"Succeeded","version":"2018-06-01"},"tags":{},"type":"Microsoft.DataFactory/factories"}},"DataFlowDebugSession_AddDataFlow":{"value":{"jobVersion":"e5328ee7-c524-4207-8ba4-b709010db33d"}},"DataFlowDebugSession_Create":{"value":{"sessionId":"229c688c-944c-44ac-b31a-82d50f347154","status":"Succeeded"}},"DataFlows_ListByFactory":{"value":{"value":[{"etag":"0a0068d4-0000-0000-0000-5b245bd30000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/dataflows/exampleDataFlow","name":"exampleDataFlow","properties":{"description":"Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.","type":"MappingDataFlow","typeProperties":{"script":"source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink","sinks":[{"dataset":{"referenceName":"USDOutput","type":"DatasetReference"},"name":"USDSink"},{"dataset":{"referenceName":"CADOutput","type":"DatasetReference"},"name":"CADSink"}],"sources":[{"dataset":{"referenceName":"CurrencyDatasetUSD","type":"DatasetReference"},"name":"USDCurrency"},{"dataset":{"referenceName":"CurrencyDatasetCAD","type":"DatasetReference"},"name":"CADSource"}]}},"type":"Microsoft.DataFactory/factories/dataflows"}]}},"DataFlows_Get":{"value":{"etag":"15004c4f-0000-0200-0000-5cbe090e0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/dataflows/exampleDataFlow","name":"exampleDataFlow","properties":{"description":"Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.","type":"MappingDataFlow","typeProperties":{"script":"source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink","sinks":[{"dataset":{"referenceName":"USDOutput","type":"DatasetReference"},"name":"USDSink"},{"dataset":{"referenceName":"CADOutput","type":"DatasetReference"},"name":"CADSink"}],"sources":[{"dataset":{"referenceName":"CurrencyDatasetUSD","type":"DatasetReference"},"name":"USDCurrency"},{"dataset":{"referenceName":"CurrencyDatasetCAD","type":"DatasetReference"},"name":"CADSource"}]}},"type":"Microsoft.DataFactory/factories/dataflows"}},"DataFlows_Create":{"value":{"etag":"0a0066d4-0000-0000-0000-5b245bd20000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset","name":"exampleDataFlow","properties":{"description":"Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.","type":"MappingDataFlow","typeProperties":{"script":"source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink","sinks":[{"dataset":{"referenceName":"USDOutput","type":"DatasetReference"},"name":"USDSink"},{"dataset":{"referenceName":"CADOutput","type":"DatasetReference"},"name":"CADSink"}],"sources":[{"dataset":{"referenceName":"CurrencyDatasetUSD","type":"DatasetReference"},"name":"USDCurrency"},{"dataset":{"referenceName":"CurrencyDatasetCAD","type":"DatasetReference"},"name":"CADSource"}]}},"type":"Microsoft.DataFactory/factories/dataflows"}},"DataFlows_Update":{"value":{"etag":"0a0068d4-0000-0000-0000-5b245bd30002","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset","name":"exampleDataFlow","properties":{"description":"Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.","type":"MappingDataFlow","typeProperties":{"script":"source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink","sinks":[{"dataset":{"referenceName":"USDOutput","type":"DatasetReference"},"name":"USDSink"},{"dataset":{"referenceName":"CADOutput","type":"DatasetReference"},"name":"CADSink"}],"sources":[{"dataset":{"referenceName":"CurrencyDatasetUSD","type":"DatasetReference"},"name":"USDCurrency"},{"dataset":{"referenceName":"CurrencyDatasetCAD","type":"DatasetReference"},"name":"CADSource"}]}},"type":"Microsoft.DataFactory/factories/dataflows"}},"Datasets_ListByFactory":{"value":{"value":[{"etag":"0a0068d4-0000-0000-0000-5b245bd30000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset","name":"exampleDataset","properties":{"description":"Example description","linkedServiceName":{"referenceName":"exampleLinkedService","type":"LinkedServiceReference"},"parameters":{"MyFileName":{"type":"String"},"MyFolderPath":{"type":"String"}},"type":"AzureBlob","typeProperties":{"fileName":{"type":"Expression","value":"@dataset().MyFileName"},"folderPath":{"type":"Expression","value":"@dataset().MyFolderPath"},"format":{"type":"TextFormat"}}},"type":"Microsoft.DataFactory/factories/datasets"}]}},"Datasets_Get":{"value":{"etag":"15004c4f-0000-0200-0000-5cbe090e0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset","name":"exampleDataset","properties":{"description":"Example description","linkedServiceName":{"referenceName":"exampleLinkedService","type":"LinkedServiceReference"},"parameters":{"MyFileName":{"type":"String"},"MyFolderPath":{"type":"String"}},"type":"AzureBlob","typeProperties":{"fileName":{"type":"Expression","value":"@dataset().MyFileName"},"folderPath":{"type":"Expression","value":"@dataset().MyFolderPath"},"format":{"type":"TextFormat"}}},"type":"Microsoft.DataFactory/factories/datasets"}},"Datasets_Create":{"value":{"etag":"0a0066d4-0000-0000-0000-5b245bd20000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset","name":"exampleDataset","properties":{"linkedServiceName":{"referenceName":"exampleLinkedService","type":"LinkedServiceReference"},"parameters":{"MyFileName":{"type":"String"},"MyFolderPath":{"type":"String"}},"schema":[{"name":"col1","type":"INT_32"},{"name":"col2","precision":"38","scale":"2","type":"Decimal"}],"type":"AzureBlob","typeProperties":{"fileName":{"type":"Expression","value":"@dataset().MyFileName"},"folderPath":{"type":"Expression","value":"@dataset().MyFolderPath"},"format":{"type":"TextFormat"}}},"type":"Microsoft.DataFactory/factories/datasets"}},"Datasets_Update":{"value":{"etag":"0a0068d4-0000-0000-0000-5b245bd30000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset","name":"exampleDataset","properties":{"description":"Example description","linkedServiceName":{"referenceName":"exampleLinkedService","type":"LinkedServiceReference"},"parameters":{"MyFileName":{"type":"String"},"MyFolderPath":{"type":"String"}},"type":"AzureBlob","typeProperties":{"fileName":{"type":"Expression","value":"@dataset().MyFileName"},"folderPath":{"type":"Expression","value":"@dataset().MyFolderPath"},"format":{"type":"TextFormat"}}},"type":"Microsoft.DataFactory/factories/datasets"}},"DataFlowDebugSession_ExecuteCommand":{"value":{"data":"some output","status":"Succeeded"}},"Factories_GetDataPlaneAccess":{"value":{"accessToken":"**********","dataPlaneUrl":"https://rpeastus.svc.datafactory.azure.com:4433","policy":{"accessResourcePath":"","expireTime":"2018-11-10T09:46:20.2659347Z","permissions":"r","profileName":"DefaultProfile","startTime":"2018-11-10T02:46:20.2659347Z"}}},"ExposureControl_GetFeatureValueByFactory":{"value":{"featureName":"ADFIntegrationRuntimeSharingRbac","value":"False"}},"Factories_GetGitHubAccessToken":{"value":{"gitHubAccessToken":"myAccessTokenExample"}},"IntegrationRuntimes_ListByFactory":{"value":{"value":[{"etag":"0400f1a1-0000-0000-0000-5b2188640000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime","name":"exampleIntegrationRuntime","properties":{"description":"A selfhosted integration runtime","type":"SelfHosted"},"type":"Microsoft.DataFactory/factories/integrationruntimes"}]}},"IntegrationRuntimes_Get":{"value":{"etag":"15003c4f-0000-0200-0000-5cbe090b0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime","name":"exampleIntegrationRuntime","properties":{"description":"A selfhosted integration runtime","type":"SelfHosted"},"type":"Microsoft.DataFactory/factories/integrationruntimes"}},"IntegrationRuntimes_Update":{"value":{"etag":"0400f1a1-0000-0000-0000-5b2188640000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime","name":"exampleIntegrationRuntime","properties":{"description":"A selfhosted integration runtime","type":"SelfHosted"},"type":"Microsoft.DataFactory/factories/integrationruntimes"}},"IntegrationRuntimes_Create":{"value":{"etag":"000046c4-0000-0000-0000-5b2198bf0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime","name":"exampleIntegrationRuntime","properties":{"description":"A selfhosted integration runtime","type":"SelfHosted"},"type":"Microsoft.DataFactory/factories/integrationruntimes"}},"IntegrationRuntimes_GetConnectionInfo":{"value":{"hostServiceUri":"https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/","identityCertThumbprint":"**********","isIdentityCertExprired":false,"publicKey":"**********","serviceToken":"**********","version":"3.8.6730.2"}},"IntegrationRuntimeObjectMetadata_Get":{"value":{"nextLink":"https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationRuntimes/testactivityv2/getObjectMetadata?api-version=2018-06-01&%24skipToken=https%3a%2f%2fwcu.frontend.clouddatahub.net%2fsubscriptions%2f12345678-1234-1234-1234-12345678abc%2fdatafactories%2f6C8E7C90-FD45-4010-8B7C-B5227D0F0CB7%2fintegrationruntimes%2fTESTACTIVITYV2%2fgetSsisObjectMetadata%3f%24skipToken%3dc3Npc0ZvbGRlcnNAQDIwMTgtMTEtMjlUMDM6NTk6MzIuMDQ1Mzc1MiswMDowMEBAZm9sZGVyQEAwMDAwMDAwMDAwMDAwMDAwMTAx0%26api-version%3d1.0","value":[{"description":"","id":1,"name":"TestFolder"},{"description":"","id":2,"name":"EnvironmentFolder"},{"description":"","id":3,"name":"ActivityTest"},{"description":"","id":4,"name":"这是文件夹"},{"id":5,"name":"1"},{"id":6,"name":"2"},{"id":7,"name":"3"},{"id":8,"name":"4"},{"id":9,"name":"5"},{"id":10,"name":"6"},{"id":11,"name":"7"},{"id":12,"name":"8"},{"id":13,"name":"9"},{"id":14,"name":"10"},{"id":15,"name":"11"},{"id":16,"name":"12"},{"id":17,"name":"13"},{"id":18,"name":"14"},{"id":19,"name":"15"},{"id":20,"name":"16"},{"id":21,"name":"17"},{"id":22,"name":"18"},{"id":23,"name":"19"},{"id":24,"name":"20"},{"id":25,"name":"21"},{"id":26,"name":"22"},{"id":27,"name":"23"},{"id":28,"name":"24"},{"id":29,"name":"25"},{"id":30,"name":"26"},{"id":31,"name":"27"},{"id":32,"name":"28"},{"id":33,"name":"29"},{"id":34,"name":"30"},{"id":35,"name":"31"},{"id":36,"name":"32"},{"id":37,"name":"33"},{"id":38,"name":"34"},{"id":39,"name":"35"},{"id":40,"name":"36"},{"id":41,"name":"37"},{"id":42,"name":"38"},{"id":43,"name":"39"},{"id":44,"name":"40"},{"id":45,"name":"41"},{"id":46,"name":"42"},{"id":47,"name":"43"},{"id":48,"name":"44"},{"id":49,"name":"45"},{"id":50,"name":"46"},{"id":51,"name":"47"},{"id":52,"name":"48"},{"id":53,"name":"49"},{"id":54,"name":"50"},{"id":55,"name":"51"},{"id":56,"name":"52"},{"id":57,"name":"53"},{"id":58,"name":"54"},{"id":59,"name":"55"},{"id":60,"name":"56"},{"id":61,"name":"57"},{"id":62,"name":"58"},{"id":63,"name":"59"},{"id":64,"name":"60"},{"id":65,"name":"61"},{"id":66,"name":"62"},{"id":67,"name":"63"},{"id":68,"name":"64"},{"id":69,"name":"65"},{"id":70,"name":"66"},{"id":71,"name":"67"},{"id":72,"name":"68"},{"id":73,"name":"69"},{"id":74,"name":"70"},{"id":75,"name":"71"},{"id":76,"name":"72"},{"id":77,"name":"73"},{"id":78,"name":"74"},{"id":79,"name":"75"},{"id":80,"name":"76"},{"id":81,"name":"77"},{"id":82,"name":"78"},{"id":83,"name":"79"},{"id":84,"name":"80"},{"id":85,"name":"81"},{"id":86,"name":"82"},{"id":87,"name":"83"},{"id":88,"name":"84"},{"id":89,"name":"85"},{"id":90,"name":"86"},{"id":91,"name":"87"},{"id":92,"name":"88"},{"id":93,"name":"89"},{"id":94,"name":"90"},{"id":95,"name":"91"},{"id":96,"name":"92"},{"id":97,"name":"93"},{"id":98,"name":"94"},{"id":99,"name":"95"},{"id":100,"name":"96"}]}},"IntegrationRuntimes_GetStatus":{"value":{"name":"exampleIntegrationRuntime","properties":{"state":"Online","type":"SelfHosted","typeProperties":{"autoUpdate":"Off","capabilities":{"connectedToResourceManager":"True","credentialInSync":"True","httpsPortEnabled":"True","nodeEnabled":"True","serviceBusConnected":"True"},"createTime":"2018-06-14T09:17:45.1839685Z","latestVersion":"3.7.6711.1","localTimeZoneOffset":"PT8H","nodes":[{"capabilities":{"connectedToResourceManager":"True","credentialInSync":"True","httpsPortEnabled":"True","nodeEnabled":"True","serviceBusConnected":"True"},"hostServiceUri":"https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/","isActiveDispatcher":true,"lastConnectTime":"2018-06-14T14:52:59.8933313Z","lastStartTime":"2018-06-14T14:52:59.8933313Z","lastUpdateResult":"None","machineName":"YANZHANG-DT","maxConcurrentJobs":56,"nodeName":"Node_1","registerTime":"2018-06-14T14:51:44.9237069Z","status":"Online","version":"3.8.6730.2","versionStatus":"UpToDate"}],"serviceUrls":["wu.frontend.int.clouddatahub-int.net","*.servicebus.windows.net"],"taskQueueId":"1a6296ab-423c-4346-9bcc-85a78c2c0582","updateDelayOffset":"PT3H","version":"3.8.6730.2","versionStatus":"UpToDate"}}}},"IntegrationRuntimes_CreateLinkedIntegrationRuntime":{"value":{"name":"exampleIntegrationRuntime","properties":{"dataFactoryName":"exampleFactoryName","state":"Online","type":"SelfHosted","typeProperties":{"autoUpdate":"On","autoUpdateETA":"2018-08-20T19:00:00Z","capabilities":{"connectedToResourceManager":"True","credentialInSync":"True","httpsPortEnabled":"True","nodeEnabled":"True","serviceBusConnected":"True"},"createTime":"2018-08-17T03:43:25.7055573Z","latestVersion":"3.9.6774.1","links":[{"createTime":"2018-08-17T06:31:04.0617928Z","dataFactoryLocation":"West US","dataFactoryName":"e9955d6d-56ea-4be3-841c-52a12c1a9981","name":"bfa92911-9fb6-4fbe-8f23-beae87bc1c83","subscriptionId":"061774c7-4b5a-4159-a55b-365581830283"}],"localTimeZoneOffset":"PT8H","nodes":[{"capabilities":{"connectedToResourceManager":"True","credentialInSync":"True","httpsPortEnabled":"True","nodeEnabled":"True","serviceBusConnected":"True"},"hostServiceUri":"https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/","isActiveDispatcher":true,"lastConnectTime":"2018-08-17T06:30:46.6262976Z","lastStartTime":"2018-08-17T03:45:30.8499851Z","lastUpdateResult":"None","machineName":"YANZHANG-DT","maxConcurrentJobs":20,"nodeName":"Node_1","registerTime":"2018-08-17T03:44:55.8012825Z","status":"Online","version":"3.8.6743.6","versionStatus":"UpToDate"}],"pushedVersion":"3.9.6774.1","scheduledUpdateDate":"2018-08-20T00:00:00Z","serviceUrls":["wu.frontend.int.clouddatahub-int.net","*.servicebus.windows.net"],"taskQueueId":"823da112-f2d9-426b-a0d8-5f361b94f72a","updateDelayOffset":"PT19H","version":"3.8.6743.6","versionStatus":"UpdateAvailable"}}}},"IntegrationRuntimes_ListAuthKeys":{"value":{"authKey1":"**********","authKey2":"**********"}},"IntegrationRuntimes_GetMonitoringData":{"value":{"name":"exampleIntegrationRuntime","nodes":[{"availableMemoryInMB":16740,"concurrentJobsLimit":28,"concurrentJobsRunning":0,"cpuUtilization":15,"nodeName":"Node_1","receivedBytes":6.731423377990723,"sentBytes":2.647491693496704}]}},"IntegrationRuntimeNodes_Get":{"value":{"capabilities":{"connectedToResourceManager":"True","credentialInSync":"True","httpsPortEnabled":"True","nodeEnabled":"True","serviceBusConnected":"True"},"hostServiceUri":"https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/","isActiveDispatcher":true,"lastConnectTime":"2018-08-17T06:30:46.6262976Z","lastStartTime":"2018-08-17T03:45:30.8499851Z","lastUpdateResult":"None","machineName":"YANZHANG-DT","maxConcurrentJobs":20,"nodeName":"Node_1","registerTime":"2018-08-17T03:44:55.8012825Z","status":"Online","version":"3.8.6743.6","versionStatus":"UpToDate"}},"IntegrationRuntimeNodes_Update":{"value":{"capabilities":{"connectedToResourceManager":"True","credentialInSync":"True","httpsPortEnabled":"True","nodeEnabled":"True","serviceBusConnected":"True"},"concurrentJobsLimit":2,"hostServiceUri":"https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/","isActiveDispatcher":true,"lastConnectTime":"2018-06-14T15:00:35.7544322Z","lastStartTime":"2018-06-14T14:52:59.8933313Z","lastUpdateResult":"None","machineName":"YANZHANG-DT","maxConcurrentJobs":56,"nodeName":"Node_1","registerTime":"2018-06-14T14:51:44.9237069Z","status":"Online","version":"3.8.6730.2","versionStatus":"UpToDate"}},"IntegrationRuntimeNodes_GetIpAddress":{"value":{"ipAddress":"**********"}},"IntegrationRuntimeObjectMetadata_Refresh":{"value":{"name":"ca63c855b72d44959653ffcc6eb0b96c","status":"Succeeded"}},"IntegrationRuntimes_RegenerateAuthKey":{"value":{"authKey2":"**********"}},"IntegrationRuntimes_Start":{"value":{"name":"exampleManagedIntegrationRuntime","properties":{"dataFactoryName":"exampleFactoryName","state":"Started","type":"Managed","typeProperties":{"createTime":"2018-06-13T21:11:01.8695494Z","nodes":[],"otherErrors":[]}}}},"LinkedServices_ListByFactory":{"value":{"value":[{"etag":"0a0064d4-0000-0000-0000-5b245bd00000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService","name":"exampleLinkedService","properties":{"description":"Example description","type":"AzureStorage","typeProperties":{"connectionString":{"type":"SecureString","value":"**********"},"encryptedCredential":"ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkRGLURPR0ZPT0QtWUFOWkhBTkctV1VfMGI2M2EyMmYtMGEzNC00NDg2LWIzMDktNzM0NTlkODUyY2Q1Ig0KfQ=="}},"type":"Microsoft.DataFactory/factories/linkedservices"}]}},"LinkedServices_Get":{"value":{"etag":"1500474f-0000-0200-0000-5cbe090d0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService","name":"exampleLinkedService","properties":{"description":"Example description","type":"AzureStorage","typeProperties":{"connectionString":{"type":"SecureString","value":"**********"},"encryptedCredential":"ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkhWVEVTVEVYQU1QTEVTXzg5MjU1NGY0LTViNGItNDFhOS1hYWYxLTg4ZWI5ZDBjOWIzMyINCn0="}},"type":"Microsoft.DataFactory/factories/linkedservices"}},"LinkedServices_Create":{"value":{"etag":"0a0062d4-0000-0000-0000-5b245bcf0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService","name":"exampleLinkedService","properties":{"type":"AzureStorage","typeProperties":{"connectionString":{"type":"SecureString","value":"**********"},"encryptedCredential":"ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkRGLURPR0ZPT0QtWUFOWkhBTkctV1VfM2FiMTk0NjYtNWUxNi00NzU1LWJlNzktMjI2ZTVmZWU3YzY0Ig0KfQ=="}},"type":"Microsoft.DataFactory/factories/linkedservices"}},"LinkedServices_Update":{"value":{"etag":"0a0064d4-0000-0000-0000-5b245bd00000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService","name":"exampleLinkedService","properties":{"description":"Example description","type":"AzureStorage","typeProperties":{"connectionString":{"type":"SecureString","value":"**********"},"encryptedCredential":"ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkRGLURPR0ZPT0QtWUFOWkhBTkctV1VfMGI2M2EyMmYtMGEzNC00NDg2LWIzMDktNzM0NTlkODUyY2Q1Ig0KfQ=="}},"type":"Microsoft.DataFactory/factories/linkedservices"}},"PipelineRuns_Get":{"value":{"annotations":[],"durationInMs":28105,"invokedBy":{"id":"80a01654a9d34ad18b3fcac5d5d76b67","name":"Manual"},"lastUpdated":"2018-06-16T00:38:12.7314495Z","message":"","parameters":{"OutputBlobNameList":"[\"exampleoutput.csv\"]"},"pipelineName":"examplePipeline","runEnd":"2018-06-16T00:38:12.7314495Z","runId":"2f7fdb90-5df1-4b8e-ac2f-064cfa58202b","runStart":"2018-06-16T00:37:44.6257014Z","status":"Succeeded"}},"ActivityRuns_QueryByPipelineRun":{"value":{"value":[{"activityName":"ExampleForeachActivity","activityRunEnd":"2018-06-16T00:38:11.5445431Z","activityRunId":"f30c5514-fb85-43ed-9fa4-768d42e58680","activityRunStart":"2018-06-16T00:37:49.4804925Z","activityType":"ForEach","durationInMs":22064,"error":{"errorCode":"","failureType":"","message":"","target":"ExampleForeachActivity"},"input":{},"linkedServiceName":"","output":{},"pipelineName":"examplePipeline","pipelineRunId":"2f7fdb90-5df1-4b8e-ac2f-064cfa58202b","status":"Succeeded","userProperties":{}},{"activityName":"ExampleCopyActivity","activityRunEnd":"2018-06-16T00:38:07.4188923Z","activityRunId":"a96678c8-7167-4f00-b629-afccfbad4e51","activityRunStart":"2018-06-16T00:37:50.2460952Z","activityType":"Copy","durationInMs":17172,"error":{"errorCode":"","failureType":"","message":"","target":"ExampleCopyActivity"},"input":{"dataIntegrationUnits":32,"sink":{"type":"BlobSink"},"source":{"type":"BlobSource"}},"linkedServiceName":"","output":{"copyDuration":6,"dataRead":142000,"dataWritten":142000,"effectiveIntegrationRuntime":"DefaultIntegrationRuntime (East US)","errors":[],"executionDetails":[{"detailedDurations":{"queuingDuration":4,"transferDuration":2},"duration":6,"sink":{"type":"AzureBlob"},"source":{"type":"AzureBlob"},"start":"2018-06-16T00:37:50.68834Z","status":"Succeeded","usedCloudDataMovementUnits":4,"usedParallelCopies":1}],"filesRead":1,"filesWritten":1,"throughput":23.112,"usedCloudDataMovementUnits":4,"usedParallelCopies":1},"pipelineName":"examplePipeline","pipelineRunId":"2f7fdb90-5df1-4b8e-ac2f-064cfa58202b","status":"Succeeded","userProperties":{}}]}},"Pipelines_ListByFactory":{"value":{"value":[{"etag":"0a006cd4-0000-0000-0000-5b245bd60000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/pipelines/examplePipeline","name":"examplePipeline","properties":{"activities":[{"name":"ExampleForeachActivity","type":"ForEach","typeProperties":{"activities":[{"inputs":[{"parameters":{"MyFileName":"examplecontainer.csv","MyFolderPath":"examplecontainer"},"referenceName":"exampleDataset","type":"DatasetReference"}],"name":"ExampleCopyActivity","outputs":[{"parameters":{"MyFileName":{"type":"Expression","value":"@item()"},"MyFolderPath":"examplecontainer"},"referenceName":"exampleDataset","type":"DatasetReference"}],"type":"Copy","typeProperties":{"dataIntegrationUnits":32,"sink":{"type":"BlobSink"},"source":{"type":"BlobSource"}}}],"isSequential":true,"items":{"type":"Expression","value":"@pipeline().parameters.OutputBlobNameList"}}}],"description":"Example description","parameters":{"OutputBlobNameList":{"type":"Array"}}},"type":"Microsoft.DataFactory/factories/pipelines"}]}},"Pipelines_Get":{"value":{"etag":"1500504f-0000-0200-0000-5cbe090f0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/pipelines/examplePipeline","name":"examplePipeline","properties":{"activities":[{"name":"ExampleForeachActivity","type":"ForEach","typeProperties":{"activities":[{"inputs":[{"parameters":{"MyFileName":"examplecontainer.csv","MyFolderPath":"examplecontainer"},"referenceName":"exampleDataset","type":"DatasetReference"}],"name":"ExampleCopyActivity","outputs":[{"parameters":{"MyFileName":{"type":"Expression","value":"@item()"},"MyFolderPath":"examplecontainer"},"referenceName":"exampleDataset","type":"DatasetReference"}],"type":"Copy","typeProperties":{"dataIntegrationUnits":32,"sink":{"type":"BlobSink"},"source":{"type":"BlobSource"}}}],"isSequential":true,"items":{"type":"Expression","value":"@pipeline().parameters.OutputBlobNameList"}}}],"description":"Example description","parameters":{"OutputBlobNameList":{"type":"Array"}},"variables":{"TestVariableArray":{"type":"Array"}}},"type":"Microsoft.DataFactory/factories/pipelines"}},"Pipelines_Create":{"value":{"etag":"0a0069d4-0000-0000-0000-5b245bd50000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/pipelines/examplePipeline","name":"examplePipeline","properties":{"activities":[{"name":"ExampleForeachActivity","type":"ForEach","typeProperties":{"activities":[{"inputs":[{"parameters":{"MyFileName":"examplecontainer.csv","MyFolderPath":"examplecontainer"},"referenceName":"exampleDataset","type":"DatasetReference"}],"name":"ExampleCopyActivity","outputs":[{"parameters":{"MyFileName":{"type":"Expression","value":"@item()"},"MyFolderPath":"examplecontainer"},"referenceName":"exampleDataset","type":"DatasetReference"}],"type":"Copy","typeProperties":{"dataIntegrationUnits":32,"sink":{"type":"BlobSink"},"source":{"type":"BlobSource"}}}],"isSequential":true,"items":{"type":"Expression","value":"@pipeline().parameters.OutputBlobNameList"}}}],"parameters":{"JobId":{"type":"String"},"OutputBlobNameList":{"type":"Array"}},"runDimensions":{"JobId":{"type":"Expression","value":"@pipeline().parameters.JobId"}},"variables":{"TestVariableArray":{"type":"Array"}}},"type":"Microsoft.DataFactory/factories/pipelines"}},"Pipelines_Update":{"value":{"etag":"0a006cd4-0000-0000-0000-5b245bd60000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/pipelines/examplePipeline","name":"examplePipeline","properties":{"activities":[{"name":"ExampleForeachActivity","type":"ForEach","typeProperties":{"activities":[{"inputs":[{"parameters":{"MyFileName":"examplecontainer.csv","MyFolderPath":"examplecontainer"},"referenceName":"exampleDataset","type":"DatasetReference"}],"name":"ExampleCopyActivity","outputs":[{"parameters":{"MyFileName":{"type":"Expression","value":"@item()"},"MyFolderPath":"examplecontainer"},"referenceName":"exampleDataset","type":"DatasetReference"}],"type":"Copy","typeProperties":{"dataIntegrationUnits":32,"sink":{"type":"BlobSink"},"source":{"type":"BlobSource"}}}],"isSequential":true,"items":{"type":"Expression","value":"@pipeline().parameters.OutputBlobNameList"}}}],"description":"Example description","parameters":{"OutputBlobNameList":{"type":"Array"}}},"type":"Microsoft.DataFactory/factories/pipelines"}},"Pipelines_CreateRun":{"value":{"runId":"2f7fdb90-5df1-4b8e-ac2f-064cfa58202b"}},"DataFlowDebugSession_QueryByFactory":{"value":{"value":[{"computeType":"General","coreCount":48,"dataflowName":"DebugSession-0a7e0d6e-f2b7-48cc-8cd8-618326f5662f","lastActivityTime":"2019-09-05T18:28:00.9459674+00:00","sessionId":"229c688c-944c-44ac-b31a-82d50f347154","startTime":"2019-09-05T18:23:20.3257799+00:00","timeToLiveInMinutes":60,"userObjectId":"0a7e0d6e-f2b7-48cc-8cd8-618326f5662f"}]}},"PipelineRuns_QueryByFactory":{"value":{"value":[{"annotations":[],"durationInMs":28105,"invokedBy":{"id":"80a01654a9d34ad18b3fcac5d5d76b67","name":"Manual"},"lastUpdated":"2018-06-16T00:38:12.7314495Z","message":"","parameters":{"OutputBlobNameList":"[\"exampleoutput.csv\"]"},"pipelineName":"examplePipeline","runDimension":{"JobId":"79c1cc52-265f-41a5-9553-be65e736fbd3"},"runEnd":"2018-06-16T00:38:12.7314495Z","runId":"2f7fdb90-5df1-4b8e-ac2f-064cfa58202b","runStart":"2018-06-16T00:37:44.6257014Z","status":"Succeeded"},{"annotations":[],"invokedBy":{"id":"7c5fd7ef7e8a464b98b931cf15fcac66","name":"Manual"},"lastUpdated":"2018-06-16T00:39:51.216097Z","message":"","parameters":{"OutputBlobNameList":"[\"exampleoutput.csv\"]"},"pipelineName":"examplePipeline","runDimension":{"JobId":"84a3c493-0628-4b44-852f-ef5b3a11bdab"},"runId":"16ac5348-ff82-4f95-a80d-638c1d47b721","runStart":"2018-06-16T00:39:49.2745128Z","status":"Cancelled"}]}},"TriggerRuns_QueryByFactory":{"value":{"value":[{"message":"","properties":{"ScheduleTime":"6/16/2018 12:43:14 AM","TriggerTime":"6/16/2018 12:43:15 AM"},"status":"Succeeded","triggerName":"exampleTrigger","triggerRunId":"08586724970898148904457116912CU27","triggerRunTimestamp":"2018-06-16T00:43:15.660141Z","triggerType":"ScheduleTrigger","triggeredPipelines":{"examplePipeline":"9f3ce8b3-37d7-43eb-96ac-a656c0476283"}}]}},"Triggers_ListByFactory":{"value":{"value":[{"etag":"0a008ed4-0000-0000-0000-5b245c740000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger","name":"exampleTrigger","properties":{"description":"Example description","pipelines":[{"parameters":{"OutputBlobNameList":["exampleoutput.csv"]},"pipelineReference":{"referenceName":"examplePipeline","type":"PipelineReference"}}],"runtimeState":"Started","type":"ScheduleTrigger","typeProperties":{"recurrence":{"endTime":"2018-06-16T00:55:14.905167Z","frequency":"Minute","interval":4,"startTime":"2018-06-16T00:39:14.905167Z","timeZone":"UTC"}}},"type":"Microsoft.DataFactory/factories/triggers"}]}},"Triggers_Get":{"value":{"etag":"1500544f-0000-0200-0000-5cbe09100000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger","name":"exampleTrigger","properties":{"pipelines":[{"parameters":{"OutputBlobNameList":["exampleoutput.csv"]},"pipelineReference":{"referenceName":"examplePipeline","type":"PipelineReference"}}],"runtimeState":"Stopped","type":"ScheduleTrigger","typeProperties":{"recurrence":{"endTime":"2019-04-22T18:48:52.5281747Z","frequency":"Minute","interval":4,"startTime":"2019-04-22T18:32:52.527912Z","timeZone":"UTC"}}},"type":"Microsoft.DataFactory/factories/triggers"}},"Triggers_Create":{"value":{"etag":"0a008ad4-0000-0000-0000-5b245c6e0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger","name":"exampleTrigger","properties":{"pipelines":[{"parameters":{"OutputBlobNameList":["exampleoutput.csv"]},"pipelineReference":{"referenceName":"examplePipeline","type":"PipelineReference"}}],"runtimeState":"Stopped","type":"ScheduleTrigger","typeProperties":{"recurrence":{"endTime":"2018-06-16T00:55:13.8441801Z","frequency":"Minute","interval":4,"startTime":"2018-06-16T00:39:13.8441801Z","timeZone":"UTC"}}},"type":"Microsoft.DataFactory/factories/triggers"}},"Triggers_Update":{"value":{"etag":"0a008dd4-0000-0000-0000-5b245c6f0000","id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger","name":"exampleTrigger","properties":{"description":"Example description","pipelines":[{"parameters":{"OutputBlobNameList":["exampleoutput.csv"]},"pipelineReference":{"referenceName":"examplePipeline","type":"PipelineReference"}}],"runtimeState":"Stopped","type":"ScheduleTrigger","typeProperties":{"recurrence":{"endTime":"2018-06-16T00:55:14.905167Z","frequency":"Minute","interval":4,"startTime":"2018-06-16T00:39:14.905167Z","timeZone":"UTC"}}},"type":"Microsoft.DataFactory/factories/triggers"}},"Triggers_GetEventSubscriptionStatus":{"value":{"status":"Enabled","triggerName":"exampleTrigger"}},"RerunTriggers_ListByTrigger":{"value":{"value":[{"id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger/rerunTriggers/exampleRerunTrigger","name":"exampleRerunTrigger","properties":{"description":"Example description","type":"RerunTumblingWindowTrigger","typeProperties":{"maxConcurrency":4,"requestedEndTime":"2018-06-16T00:55:14.905167Z","requestedStartTime":"2018-06-16T00:39:14.905167Z"}},"type":"Microsoft.DataFactory/factories/triggers/rerunTriggers"}]}},"RerunTriggers_Create":{"value":{"id":"/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger/rerunTriggers/exampleRerunTrigger","name":"exampleRerunTrigger","properties":{"type":"RerunTumblingWindowTrigger","typeProperties":{"maxConcurrency":4,"requestedEndTime":"2018-06-16T00:55:13.8441801Z","requestedStartTime":"2018-06-16T00:39:13.8441801Z"}},"type":"Microsoft.DataFactory/factories/triggers/rerunTriggers"}},"Triggers_SubscribeToEvents":{"value":{"status":"Enabled","triggerName":"exampleTrigger"}},"Triggers_UnsubscribeFromEvents":{"value":{"status":"Disabled","triggerName":"exampleTrigger"}}},"parameters":{"api-version":{"description":"The API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Operations_List":{"value":"2018-06-01"},"Factories_List":{"value":"2018-06-01"},"Factories_ConfigureFactoryRepo":{"value":"2018-06-01"},"ExposureControl_GetFeatureValue":{"value":"2018-06-01"},"Factories_ListByResourceGroup":{"value":"2018-06-01"},"Factories_Delete":{"value":"2018-06-01"},"Factories_Get":{"value":"2018-06-01"},"Factories_Update":{"value":"2018-06-01"},"Factories_CreateOrUpdate":{"value":"2018-06-01"},"DataFlowDebugSession_AddDataFlow":{"value":"2018-06-01"},"DataFlowDebugSession_Create":{"value":"2018-06-01"},"DataFlows_ListByFactory":{"value":"2018-06-01"},"DataFlows_Delete":{"value":"2018-06-01"},"DataFlows_Get":{"value":"2018-06-01"},"DataFlows_Create":{"value":"2018-06-01"},"DataFlows_Update":{"value":"2018-06-01"},"Datasets_ListByFactory":{"value":"2018-06-01"},"Datasets_Delete":{"value":"2018-06-01"},"Datasets_Get":{"value":"2018-06-01"},"Datasets_Create":{"value":"2018-06-01"},"Datasets_Update":{"value":"2018-06-01"},"DataFlowDebugSession_Delete":{"value":"2018-06-01"},"DataFlowDebugSession_ExecuteCommand":{"value":"2018-06-01"},"Factories_GetDataPlaneAccess":{"value":"2018-06-01"},"ExposureControl_GetFeatureValueByFactory":{"value":"2018-06-01"},"Factories_GetGitHubAccessToken":{"value":"2018-06-01"},"IntegrationRuntimes_ListByFactory":{"value":"2018-06-01"},"IntegrationRuntimes_Delete":{"value":"2018-06-01"},"IntegrationRuntimes_Get":{"value":"2018-06-01"},"IntegrationRuntimes_Update":{"value":"2018-06-01"},"IntegrationRuntimes_Create":{"value":"2018-06-01"},"IntegrationRuntimes_GetConnectionInfo":{"value":"2018-06-01"},"IntegrationRuntimeObjectMetadata_Get":{"value":"2018-06-01"},"IntegrationRuntimes_GetStatus":{"value":"2018-06-01"},"IntegrationRuntimes_CreateLinkedIntegrationRuntime":{"value":"2018-06-01"},"IntegrationRuntimes_ListAuthKeys":{"value":"2018-06-01"},"IntegrationRuntimes_GetMonitoringData":{"value":"2018-06-01"},"IntegrationRuntimesNodes_Delete":{"value":"2018-06-01"},"IntegrationRuntimeNodes_Get":{"value":"2018-06-01"},"IntegrationRuntimeNodes_Update":{"value":"2018-06-01"},"IntegrationRuntimeNodes_GetIpAddress":{"value":"2018-06-01"},"IntegrationRuntimeObjectMetadata_Refresh":{"value":"2018-06-01"},"IntegrationRuntimes_RegenerateAuthKey":{"value":"2018-06-01"},"IntegrationRuntimes_Upgrade":{"value":"2018-06-01"},"IntegrationRuntimes_Start":{"value":"2018-06-01"},"IntegrationRuntimes_Stop":{"value":"2018-06-01"},"IntegrationRuntimes_SyncCredentials":{"value":"2018-06-01"},"LinkedServices_ListByFactory":{"value":"2018-06-01"},"LinkedServices_Delete":{"value":"2018-06-01"},"LinkedServices_Get":{"value":"2018-06-01"},"LinkedServices_Create":{"value":"2018-06-01"},"LinkedServices_Update":{"value":"2018-06-01"},"PipelineRuns_Get":{"value":"2018-06-01"},"PipelineRuns_Cancel":{"value":"2018-06-01"},"ActivityRuns_QueryByPipelineRun":{"value":"2018-06-01"},"Pipelines_ListByFactory":{"value":"2018-06-01"},"Pipelines_Delete":{"value":"2018-06-01"},"Pipelines_Get":{"value":"2018-06-01"},"Pipelines_Create":{"value":"2018-06-01"},"Pipelines_Update":{"value":"2018-06-01"},"Pipelines_CreateRun":{"value":"2018-06-01"},"DataFlowDebugSession_QueryByFactory":{"value":"2018-06-01"},"PipelineRuns_QueryByFactory":{"value":"2018-06-01"},"TriggerRuns_QueryByFactory":{"value":"2018-06-01"},"Triggers_ListByFactory":{"value":"2018-06-01"},"Triggers_Delete":{"value":"2018-06-01"},"Triggers_Get":{"value":"2018-06-01"},"Triggers_Create":{"value":"2018-06-01"},"Triggers_Update":{"value":"2018-06-01"},"Triggers_GetEventSubscriptionStatus":{"value":"2018-06-01"},"RerunTriggers_ListByTrigger":{"value":"2018-06-01"},"RerunTriggers_Create":{"value":"2018-06-01"},"RerunTriggers_Cancel":{"value":"2018-06-01"},"RerunTriggers_Start":{"value":"2018-06-01"},"RerunTriggers_Stop":{"value":"2018-06-01"},"Triggers_Start":{"value":"2018-06-01"},"Triggers_Stop":{"value":"2018-06-01"},"Triggers_SubscribeToEvents":{"value":"2018-06-01"},"Triggers_Rerun":{"value":"2018-06-01"},"Triggers_UnsubscribeFromEvents":{"value":"2018-06-01"}}},"dataFlowName":{"description":"The data flow name.","in":"path","name":"dataFlowName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":260,"pattern":"^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"},"examples":{"DataFlows_Delete":{"value":"exampleDataFlow"},"DataFlows_Get":{"value":"exampleDataFlow"},"DataFlows_Create":{"value":"exampleDataFlow"},"DataFlows_Update":{"value":"exampleDataFlow"}}},"datasetName":{"description":"The dataset name.","in":"path","name":"datasetName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":260,"pattern":"^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"},"examples":{"Datasets_Delete":{"value":"exampleDataset"},"Datasets_Get":{"value":"exampleDataset"},"Datasets_Create":{"value":"exampleDataset"},"Datasets_Update":{"value":"exampleDataset"}}},"factoryName":{"description":"The factory name.","in":"path","name":"factoryName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":63,"pattern":"^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"},"examples":{"Factories_Delete":{"value":"exampleFactoryName"},"Factories_Get":{"value":"exampleFactoryName"},"Factories_Update":{"value":"exampleFactoryName"},"Factories_CreateOrUpdate":{"value":"exampleFactoryName"},"DataFlowDebugSession_AddDataFlow":{"value":"exampleFactoryName"},"DataFlowDebugSession_Create":{"value":"exampleFactoryName"},"DataFlows_ListByFactory":{"value":"exampleFactoryName"},"DataFlows_Delete":{"value":"exampleFactoryName"},"DataFlows_Get":{"value":"exampleFactoryName"},"DataFlows_Create":{"value":"exampleFactoryName"},"DataFlows_Update":{"value":"exampleFactoryName"},"Datasets_ListByFactory":{"value":"exampleFactoryName"},"Datasets_Delete":{"value":"exampleFactoryName"},"Datasets_Get":{"value":"exampleFactoryName"},"Datasets_Create":{"value":"exampleFactoryName"},"Datasets_Update":{"value":"exampleFactoryName"},"DataFlowDebugSession_Delete":{"value":"exampleFactoryName"},"DataFlowDebugSession_ExecuteCommand":{"value":"exampleFactoryName"},"Factories_GetDataPlaneAccess":{"value":"exampleFactoryName"},"ExposureControl_GetFeatureValueByFactory":{"value":"exampleFactoryName"},"Factories_GetGitHubAccessToken":{"value":"exampleFactoryName"},"IntegrationRuntimes_ListByFactory":{"value":"exampleFactoryName"},"IntegrationRuntimes_Delete":{"value":"exampleFactoryName"},"IntegrationRuntimes_Get":{"value":"exampleFactoryName"},"IntegrationRuntimes_Update":{"value":"exampleFactoryName"},"IntegrationRuntimes_Create":{"value":"exampleFactoryName"},"IntegrationRuntimes_GetConnectionInfo":{"value":"exampleFactoryName"},"IntegrationRuntimeObjectMetadata_Get":{"value":"exampleFactoryName"},"IntegrationRuntimes_GetStatus":{"value":"exampleFactoryName"},"IntegrationRuntimes_CreateLinkedIntegrationRuntime":{"value":"exampleFactoryName"},"IntegrationRuntimes_ListAuthKeys":{"value":"exampleFactoryName"},"IntegrationRuntimes_GetMonitoringData":{"value":"exampleFactoryName"},"IntegrationRuntimesNodes_Delete":{"value":"exampleFactoryName"},"IntegrationRuntimeNodes_Get":{"value":"exampleFactoryName"},"IntegrationRuntimeNodes_Update":{"value":"exampleFactoryName"},"IntegrationRuntimeNodes_GetIpAddress":{"value":"exampleFactoryName"},"IntegrationRuntimeObjectMetadata_Refresh":{"value":"exampleFactoryName"},"IntegrationRuntimes_RegenerateAuthKey":{"value":"exampleFactoryName"},"IntegrationRuntimes_Upgrade":{"value":"exampleFactoryName"},"IntegrationRuntimes_Start":{"value":"exampleFactoryName"},"IntegrationRuntimes_Stop":{"value":"exampleFactoryName"},"IntegrationRuntimes_SyncCredentials":{"value":"exampleFactoryName"},"LinkedServices_ListByFactory":{"value":"exampleFactoryName"},"LinkedServices_Delete":{"value":"exampleFactoryName"},"LinkedServices_Get":{"value":"exampleFactoryName"},"LinkedServices_Create":{"value":"exampleFactoryName"},"LinkedServices_Update":{"value":"exampleFactoryName"},"PipelineRuns_Get":{"value":"exampleFactoryName"},"PipelineRuns_Cancel":{"value":"exampleFactoryName"},"ActivityRuns_QueryByPipelineRun":{"value":"exampleFactoryName"},"Pipelines_ListByFactory":{"value":"exampleFactoryName"},"Pipelines_Delete":{"value":"exampleFactoryName"},"Pipelines_Get":{"value":"exampleFactoryName"},"Pipelines_Create":{"value":"exampleFactoryName"},"Pipelines_Update":{"value":"exampleFactoryName"},"Pipelines_CreateRun":{"value":"exampleFactoryName"},"DataFlowDebugSession_QueryByFactory":{"value":"exampleFactoryName"},"PipelineRuns_QueryByFactory":{"value":"exampleFactoryName"},"TriggerRuns_QueryByFactory":{"value":"exampleFactoryName"},"Triggers_ListByFactory":{"value":"exampleFactoryName"},"Triggers_Delete":{"value":"exampleFactoryName"},"Triggers_Get":{"value":"exampleFactoryName"},"Triggers_Create":{"value":"exampleFactoryName"},"Triggers_Update":{"value":"exampleFactoryName"},"Triggers_GetEventSubscriptionStatus":{"value":"exampleFactoryName"},"RerunTriggers_ListByTrigger":{"value":"exampleFactoryName"},"RerunTriggers_Create":{"value":"exampleFactoryName"},"RerunTriggers_Cancel":{"value":"exampleFactoryName"},"RerunTriggers_Start":{"value":"exampleFactoryName"},"RerunTriggers_Stop":{"value":"exampleFactoryName"},"Triggers_Start":{"value":"exampleFactoryName"},"Triggers_Stop":{"value":"exampleFactoryName"},"Triggers_SubscribeToEvents":{"value":"exampleFactoryName"},"Triggers_Rerun":{"value":"exampleFactoryName"},"Triggers_UnsubscribeFromEvents":{"value":"exampleFactoryName"}}},"integrationRuntimeName":{"description":"The integration runtime name.","in":"path","name":"integrationRuntimeName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":63,"pattern":"^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"},"examples":{"IntegrationRuntimes_Delete":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_Get":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_Update":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_Create":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_GetConnectionInfo":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimeObjectMetadata_Get":{"value":"testactivityv2"},"IntegrationRuntimes_GetStatus":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_CreateLinkedIntegrationRuntime":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_ListAuthKeys":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_GetMonitoringData":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimesNodes_Delete":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimeNodes_Get":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimeNodes_Update":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimeNodes_GetIpAddress":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimeObjectMetadata_Refresh":{"value":"testactivityv2"},"IntegrationRuntimes_RegenerateAuthKey":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_Upgrade":{"value":"exampleIntegrationRuntime"},"IntegrationRuntimes_Start":{"value":"exampleManagedIntegrationRuntime"},"IntegrationRuntimes_Stop":{"value":"exampleManagedIntegrationRuntime"},"IntegrationRuntimes_SyncCredentials":{"value":"exampleIntegrationRuntime"}}},"linkedServiceName":{"description":"The linked service name.","in":"path","name":"linkedServiceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":260,"pattern":"^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"},"examples":{"LinkedServices_Delete":{"value":"exampleLinkedService"},"LinkedServices_Get":{"value":"exampleLinkedService"},"LinkedServices_Create":{"value":"exampleLinkedService"},"LinkedServices_Update":{"value":"exampleLinkedService"}}},"locationId":{"description":"The location identifier.","in":"path","name":"locationId","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Factories_ConfigureFactoryRepo":{"value":"East US"},"ExposureControl_GetFeatureValue":{"value":"WestEurope"}}},"nodeName":{"description":"The integration runtime node name.","in":"path","name":"nodeName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":150,"pattern":"^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$"},"examples":{"IntegrationRuntimesNodes_Delete":{"value":"Node_1"},"IntegrationRuntimeNodes_Get":{"value":"Node_1"},"IntegrationRuntimeNodes_Update":{"value":"Node_1"},"IntegrationRuntimeNodes_GetIpAddress":{"value":"Node_1"}}},"pipelineName":{"description":"The pipeline name.","in":"path","name":"pipelineName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":260,"pattern":"^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"},"examples":{"Pipelines_Delete":{"value":"examplePipeline"},"Pipelines_Get":{"value":"examplePipeline"},"Pipelines_Create":{"value":"examplePipeline"},"Pipelines_Update":{"value":"examplePipeline"},"Pipelines_CreateRun":{"value":"examplePipeline"}}},"rerunTriggerName":{"description":"The rerun trigger name.","in":"path","name":"rerunTriggerName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":260,"pattern":"^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"},"examples":{"RerunTriggers_Create":{"value":"exampleRerunTrigger"},"RerunTriggers_Cancel":{"value":"exampleRerunTrigger"},"RerunTriggers_Start":{"value":"exampleRerunTrigger"},"RerunTriggers_Stop":{"value":"exampleRerunTrigger"}}},"resourceGroupName":{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Factories_ListByResourceGroup":{"value":"exampleResourceGroup"},"Factories_Delete":{"value":"exampleResourceGroup"},"Factories_Get":{"value":"exampleResourceGroup"},"Factories_Update":{"value":"exampleResourceGroup"},"Factories_CreateOrUpdate":{"value":"exampleResourceGroup"},"DataFlowDebugSession_AddDataFlow":{"value":"exampleResourceGroup"},"DataFlowDebugSession_Create":{"value":"exampleResourceGroup"},"DataFlows_ListByFactory":{"value":"exampleResourceGroup"},"DataFlows_Delete":{"value":"exampleResourceGroup"},"DataFlows_Get":{"value":"exampleResourceGroup"},"DataFlows_Create":{"value":"exampleResourceGroup"},"DataFlows_Update":{"value":"exampleResourceGroup"},"Datasets_ListByFactory":{"value":"exampleResourceGroup"},"Datasets_Delete":{"value":"exampleResourceGroup"},"Datasets_Get":{"value":"exampleResourceGroup"},"Datasets_Create":{"value":"exampleResourceGroup"},"Datasets_Update":{"value":"exampleResourceGroup"},"DataFlowDebugSession_Delete":{"value":"exampleResourceGroup"},"DataFlowDebugSession_ExecuteCommand":{"value":"exampleResourceGroup"},"Factories_GetDataPlaneAccess":{"value":"exampleResourceGroup"},"ExposureControl_GetFeatureValueByFactory":{"value":"exampleResourceGroup"},"Factories_GetGitHubAccessToken":{"value":"exampleResourceGroup"},"IntegrationRuntimes_ListByFactory":{"value":"exampleResourceGroup"},"IntegrationRuntimes_Delete":{"value":"exampleResourceGroup"},"IntegrationRuntimes_Get":{"value":"exampleResourceGroup"},"IntegrationRuntimes_Update":{"value":"exampleResourceGroup"},"IntegrationRuntimes_Create":{"value":"exampleResourceGroup"},"IntegrationRuntimes_GetConnectionInfo":{"value":"exampleResourceGroup"},"IntegrationRuntimeObjectMetadata_Get":{"value":"exampleResourceGroup"},"IntegrationRuntimes_GetStatus":{"value":"exampleResourceGroup"},"IntegrationRuntimes_CreateLinkedIntegrationRuntime":{"value":"exampleResourceGroup"},"IntegrationRuntimes_ListAuthKeys":{"value":"exampleResourceGroup"},"IntegrationRuntimes_GetMonitoringData":{"value":"exampleResourceGroup"},"IntegrationRuntimesNodes_Delete":{"value":"exampleResourceGroup"},"IntegrationRuntimeNodes_Get":{"value":"exampleResourceGroup"},"IntegrationRuntimeNodes_Update":{"value":"exampleResourceGroup"},"IntegrationRuntimeNodes_GetIpAddress":{"value":"exampleResourceGroup"},"IntegrationRuntimeObjectMetadata_Refresh":{"value":"exampleResourceGroup"},"IntegrationRuntimes_RegenerateAuthKey":{"value":"exampleResourceGroup"},"IntegrationRuntimes_Upgrade":{"value":"exampleResourceGroup"},"IntegrationRuntimes_Start":{"value":"exampleResourceGroup"},"IntegrationRuntimes_Stop":{"value":"exampleResourceGroup"},"IntegrationRuntimes_SyncCredentials":{"value":"exampleResourceGroup"},"LinkedServices_ListByFactory":{"value":"exampleResourceGroup"},"LinkedServices_Delete":{"value":"exampleResourceGroup"},"LinkedServices_Get":{"value":"exampleResourceGroup"},"LinkedServices_Create":{"value":"exampleResourceGroup"},"LinkedServices_Update":{"value":"exampleResourceGroup"},"PipelineRuns_Get":{"value":"exampleResourceGroup"},"PipelineRuns_Cancel":{"value":"exampleResourceGroup"},"ActivityRuns_QueryByPipelineRun":{"value":"exampleResourceGroup"},"Pipelines_ListByFactory":{"value":"exampleResourceGroup"},"Pipelines_Delete":{"value":"exampleResourceGroup"},"Pipelines_Get":{"value":"exampleResourceGroup"},"Pipelines_Create":{"value":"exampleResourceGroup"},"Pipelines_Update":{"value":"exampleResourceGroup"},"Pipelines_CreateRun":{"value":"exampleResourceGroup"},"DataFlowDebugSession_QueryByFactory":{"value":"exampleResourceGroup"},"PipelineRuns_QueryByFactory":{"value":"exampleResourceGroup"},"TriggerRuns_QueryByFactory":{"value":"exampleResourceGroup"},"Triggers_ListByFactory":{"value":"exampleResourceGroup"},"Triggers_Delete":{"value":"exampleResourceGroup"},"Triggers_Get":{"value":"exampleResourceGroup"},"Triggers_Create":{"value":"exampleResourceGroup"},"Triggers_Update":{"value":"exampleResourceGroup"},"Triggers_GetEventSubscriptionStatus":{"value":"exampleResourceGroup"},"RerunTriggers_ListByTrigger":{"value":"exampleResourceGroup"},"RerunTriggers_Create":{"value":"exampleResourceGroup"},"RerunTriggers_Cancel":{"value":"exampleResourceGroup"},"RerunTriggers_Start":{"value":"exampleResourceGroup"},"RerunTriggers_Stop":{"value":"exampleResourceGroup"},"Triggers_Start":{"value":"exampleResourceGroup"},"Triggers_Stop":{"value":"exampleResourceGroup"},"Triggers_SubscribeToEvents":{"value":"exampleResourceGroup"},"Triggers_Rerun":{"value":"exampleResourceGroup"},"Triggers_UnsubscribeFromEvents":{"value":"exampleResourceGroup"}}},"runId":{"description":"The pipeline run identifier.","in":"path","name":"runId","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"PipelineRuns_Get":{"value":"2f7fdb90-5df1-4b8e-ac2f-064cfa58202b"},"PipelineRuns_Cancel":{"value":"16ac5348-ff82-4f95-a80d-638c1d47b721"},"ActivityRuns_QueryByPipelineRun":{"value":"2f7fdb90-5df1-4b8e-ac2f-064cfa58202b"},"Triggers_Rerun":{"value":"2f7fdb90-5df1-4b8e-ac2f-064cfa58202b"}}},"subscriptionId":{"description":"The subscription identifier.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Factories_List":{"value":"12345678-1234-1234-1234-12345678abc"},"Factories_ConfigureFactoryRepo":{"value":"12345678-1234-1234-1234-12345678abc"},"ExposureControl_GetFeatureValue":{"value":"12345678-1234-1234-1234-12345678abc"},"Factories_ListByResourceGroup":{"value":"12345678-1234-1234-1234-12345678abc"},"Factories_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"Factories_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"Factories_Update":{"value":"12345678-1234-1234-1234-12345678abc"},"Factories_CreateOrUpdate":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlowDebugSession_AddDataFlow":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlowDebugSession_Create":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlows_ListByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlows_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlows_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlows_Create":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlows_Update":{"value":"12345678-1234-1234-1234-12345678abc"},"Datasets_ListByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"Datasets_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"Datasets_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"Datasets_Create":{"value":"12345678-1234-1234-1234-12345678abc"},"Datasets_Update":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlowDebugSession_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlowDebugSession_ExecuteCommand":{"value":"12345678-1234-1234-1234-12345678abc"},"Factories_GetDataPlaneAccess":{"value":"12345678-1234-1234-1234-12345678abc"},"ExposureControl_GetFeatureValueByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"Factories_GetGitHubAccessToken":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_ListByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_Update":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_Create":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_GetConnectionInfo":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimeObjectMetadata_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_GetStatus":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_CreateLinkedIntegrationRuntime":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_ListAuthKeys":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_GetMonitoringData":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimesNodes_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimeNodes_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimeNodes_Update":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimeNodes_GetIpAddress":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimeObjectMetadata_Refresh":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_RegenerateAuthKey":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_Upgrade":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_Start":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_Stop":{"value":"12345678-1234-1234-1234-12345678abc"},"IntegrationRuntimes_SyncCredentials":{"value":"12345678-1234-1234-1234-12345678abc"},"LinkedServices_ListByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"LinkedServices_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"LinkedServices_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"LinkedServices_Create":{"value":"12345678-1234-1234-1234-12345678abc"},"LinkedServices_Update":{"value":"12345678-1234-1234-1234-12345678abc"},"PipelineRuns_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"PipelineRuns_Cancel":{"value":"12345678-1234-1234-1234-12345678abc"},"ActivityRuns_QueryByPipelineRun":{"value":"12345678-1234-1234-1234-12345678abc"},"Pipelines_ListByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"Pipelines_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"Pipelines_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"Pipelines_Create":{"value":"12345678-1234-1234-1234-12345678abc"},"Pipelines_Update":{"value":"12345678-1234-1234-1234-12345678abc"},"Pipelines_CreateRun":{"value":"12345678-1234-1234-1234-12345678abc"},"DataFlowDebugSession_QueryByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"PipelineRuns_QueryByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"TriggerRuns_QueryByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_ListByFactory":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_Delete":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_Get":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_Create":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_Update":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_GetEventSubscriptionStatus":{"value":"12345678-1234-1234-1234-12345678abc"},"RerunTriggers_ListByTrigger":{"value":"12345678-1234-1234-1234-12345678abc"},"RerunTriggers_Create":{"value":"12345678-1234-1234-1234-12345678abc"},"RerunTriggers_Cancel":{"value":"12345678-1234-1234-1234-12345678abc"},"RerunTriggers_Start":{"value":"12345678-1234-1234-1234-12345678abc"},"RerunTriggers_Stop":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_Start":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_Stop":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_SubscribeToEvents":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_Rerun":{"value":"12345678-1234-1234-1234-12345678abc"},"Triggers_UnsubscribeFromEvents":{"value":"12345678-1234-1234-1234-12345678abc"}}},"triggerName":{"description":"The trigger name.","in":"path","name":"triggerName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":260,"pattern":"^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"},"examples":{"Triggers_Delete":{"value":"exampleTrigger"},"Triggers_Get":{"value":"exampleTrigger"},"Triggers_Create":{"value":"exampleTrigger"},"Triggers_Update":{"value":"exampleTrigger"},"Triggers_GetEventSubscriptionStatus":{"value":"exampleTrigger"},"RerunTriggers_ListByTrigger":{"value":"exampleTrigger"},"RerunTriggers_Create":{"value":"exampleTrigger"},"RerunTriggers_Cancel":{"value":"exampleTrigger"},"RerunTriggers_Start":{"value":"exampleTrigger"},"RerunTriggers_Stop":{"value":"exampleTrigger"},"Triggers_Start":{"value":"exampleTrigger"},"Triggers_Stop":{"value":"exampleTrigger"},"Triggers_SubscribeToEvents":{"value":"exampleTrigger"},"Triggers_Rerun":{"value":"exampleTrigger"},"Triggers_UnsubscribeFromEvents":{"value":"exampleTrigger"}}}},"requestBodies":{"RunFilterParameters":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RunFilterParameters"}}},"description":"Parameters to filter the pipeline run.","required":true},"ExposureControlRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExposureControlRequest"}}},"description":"The exposure control request.","required":true}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow.","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AccessPolicyResponse":{"description":"Get Data Plane read only token response definition.","properties":{"accessToken":{"description":"Data Plane read only access token.","type":"string"},"dataPlaneUrl":{"description":"Data Plane service base URL.","type":"string"},"policy":{"$ref":"#/components/schemas/UserAccessPolicy"}}},"ActivityRun":{"additionalProperties":{"type":"object"},"description":"Information about an activity run in a pipeline.","properties":{"activityName":{"description":"The name of the activity.","readOnly":true,"type":"string"},"activityRunEnd":{"description":"The end time of the activity run in 'ISO 8601' format.","format":"date-time","readOnly":true,"type":"string"},"activityRunId":{"description":"The id of the activity run.","readOnly":true,"type":"string"},"activityRunStart":{"description":"The start time of the activity run in 'ISO 8601' format.","format":"date-time","readOnly":true,"type":"string"},"activityType":{"description":"The type of the activity.","readOnly":true,"type":"string"},"durationInMs":{"description":"The duration of the activity run.","readOnly":true,"type":"integer"},"error":{"description":"The error if any from the activity run.","readOnly":true,"type":"object"},"input":{"description":"The input for the activity.","readOnly":true,"type":"object"},"linkedServiceName":{"description":"The name of the compute linked service.","readOnly":true,"type":"string"},"output":{"description":"The output for the activity.","readOnly":true,"type":"object"},"pipelineName":{"description":"The name of the pipeline.","readOnly":true,"type":"string"},"pipelineRunId":{"description":"The id of the pipeline run.","readOnly":true,"type":"string"},"status":{"description":"The status of the activity run.","readOnly":true,"type":"string"}},"type":"object"},"ActivityRunsQueryResponse":{"description":"A list activity runs.","properties":{"continuationToken":{"description":"The continuation token for getting the next page of results, if any remaining results exist, null otherwise.","type":"string"},"value":{"description":"List of activity runs.","items":{"$ref":"#/components/schemas/ActivityRun"},"type":"array"}},"required":["value"],"type":"object"},"AddDataFlowToDebugSessionResponse":{"description":"Response body structure for starting data flow debug session.","properties":{"jobVersion":{"description":"The ID of data flow debug job version.","type":"string"}},"type":"object"},"AzureKeyVaultSecretReference":{"allOf":[{"$ref":"#/components/schemas/SecretBase"}],"description":"Azure Key Vault secret reference.","properties":{"secretName":{"description":"The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).","type":"object"},"secretVersion":{"description":"The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).","type":"object"},"store":{"$ref":"#/components/schemas/LinkedServiceReference"}},"required":["store","secretName"],"type":"object","x-ms-discriminator-value":"AzureKeyVaultSecret"},"CloudError":{"description":"The object that defines the structure of an Azure Data Factory error response.","properties":{"error":{"$ref":"#/components/schemas/CloudErrorBody"}},"required":["error"],"type":"object","x-ms-external":true},"CloudErrorBody":{"description":"The object that defines the structure of an Azure Data Factory error.","properties":{"code":{"description":"Error code.","type":"string"},"details":{"description":"Array with additional error details.","items":{"$ref":"#/components/schemas/CloudError"},"type":"array"},"message":{"description":"Error message.","type":"string"},"target":{"description":"Property name/path in request associated with error.","type":"string"}},"required":["code","message"],"type":"object","x-ms-external":true},"CreateDataFlowDebugSessionRequest":{"description":"Request body structure for creating data flow debug session.","properties":{"computeType":{"description":"Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.","type":"string"},"coreCount":{"description":"Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.","type":"integer"},"integrationRuntime":{"$ref":"#/components/schemas/IntegrationRuntimeDebugResource"},"timeToLive":{"description":"Time to live setting of the cluster in minutes.","type":"integer"}},"type":"object"},"CreateDataFlowDebugSessionResponse":{"description":"Response body structure for creating data flow debug session.","properties":{"sessionId":{"description":"The ID of data flow debug session.","type":"string"},"status":{"description":"The state of the debug session.","type":"string"}},"type":"object"},"CreateLinkedIntegrationRuntimeRequest":{"description":"The linked integration runtime information.","properties":{"dataFactoryLocation":{"description":"The location of the data factory that the linked integration runtime belongs to.","type":"string"},"dataFactoryName":{"description":"The name of the data factory that the linked integration runtime belongs to.","type":"string"},"name":{"description":"The name of the linked integration runtime.","type":"string"},"subscriptionId":{"description":"The ID of the subscription that the linked integration runtime belongs to.","type":"string"}},"type":"object"},"CreateRunResponse":{"description":"Response body with a run identifier.","properties":{"runId":{"description":"Identifier of a run.","type":"string"}},"required":["runId"],"type":"object"},"DataFlowDebugCommandPayload":{"description":"Structure of command payload.","properties":{"columns":{"description":"Array of column names.","items":{"type":"string"},"type":"array"},"expression":{"description":"The expression which is used for preview.","type":"string"},"rowLimits":{"description":"Row limits for preview response.","type":"integer"},"streamName":{"description":"The stream name which is used for preview.","type":"string"}},"required":["streamName"],"type":"object"},"DataFlowDebugCommandRequest":{"description":"Request body structure for data flow debug command.","properties":{"command":{"description":"The command type.","enum":["executePreviewQuery","executeStatisticsQuery","executeExpressionQuery"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"DataFlowDebugCommandType"}},"commandPayload":{"$ref":"#/components/schemas/DataFlowDebugCommandPayload"},"sessionId":{"description":"The ID of data flow debug session.","type":"string"}},"type":"object"},"DataFlowDebugCommandResponse":{"description":"Response body structure of data flow result for data preview, statistics or expression preview.","properties":{"data":{"description":"The result data of data preview, statistics or expression preview.","type":"string"},"status":{"description":"The run status of data preview, statistics or expression preview.","type":"string"}},"type":"object"},"DataFlowDebugPackage":{"additionalProperties":{"type":"object"},"description":"Request body structure for starting data flow debug session.","properties":{"dataFlow":{"$ref":"#/components/schemas/DataFlowDebugResource"},"datasets":{"description":"List of datasets.","items":{"$ref":"#/components/schemas/DatasetDebugResource"},"type":"array"},"debugSettings":{"description":"Data flow debug settings.","properties":{"datasetParameters":{"description":"Parameters for dataset.","type":"object"},"parameters":{"$ref":"#/components/schemas/ParameterValueSpecification"},"sourceSettings":{"description":"Source setting for data flow debug.","items":{"$ref":"#/components/schemas/DataFlowSourceSetting"},"type":"array"}},"type":"object"},"linkedServices":{"description":"List of linked services.","items":{"$ref":"#/components/schemas/LinkedServiceDebugResource"},"type":"array"},"sessionId":{"description":"The ID of data flow debug session.","type":"string"},"staging":{"$ref":"#/components/schemas/DataFlowStagingInfo"}},"type":"object"},"DataFlowDebugResource":{"allOf":[{"$ref":"#/components/schemas/SubResourceDebugResource"}],"description":"Data flow debug resource.","properties":{"properties":{"description":"Azure Data Factory nested object which contains a flow with data movements and transformations.","discriminator":{"propertyName":"type"},"properties":{"annotations":{"description":"List of tags that can be used for describing the data flow.","items":{"type":"object"},"type":"array"},"description":{"description":"The description of the data flow.","type":"string"},"folder":{"description":"The folder that this data flow is in. If not specified, Data flow will appear at the root level.","properties":{"name":{"description":"The name of the folder that this data flow is in.","type":"string"}},"type":"object"},"type":{"description":"Type of data flow.","type":"string"}},"type":"object"}},"required":["properties"]},"DataFlowDebugSessionInfo":{"additionalProperties":{"type":"object"},"description":"Data flow debug session info.","properties":{"computeType":{"description":"Compute type of the cluster.","type":"string"},"coreCount":{"description":"Core count of the cluster.","type":"integer"},"dataFlowName":{"description":"The name of the data flow.","type":"string"},"integrationRuntimeName":{"description":"Attached integration runtime name of data flow debug session.","type":"string"},"lastActivityTime":{"description":"Last activity time of data flow debug session.","type":"string"},"nodeCount":{"description":"Node count of the cluster. (deprecated property)","type":"integer"},"sessionId":{"description":"The ID of data flow debug session.","type":"string"},"startTime":{"description":"Start time of data flow debug session.","type":"string"},"timeToLiveInMinutes":{"description":"Compute type of the cluster.","type":"integer"}},"type":"object"},"DataFlowListResponse":{"description":"A list of data flow resources.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of data flows.","items":{"$ref":"#/components/schemas/DataFlowResource"},"type":"array"}},"required":["value"],"type":"object"},"DataFlowReference":{"additionalProperties":{"type":"object"},"description":"Data flow reference type.","properties":{"datasetParameters":{"description":"Reference data flow parameters from dataset.","type":"object"},"referenceName":{"description":"Reference data flow name.","type":"string"},"type":{"description":"Data flow reference type.","enum":["DataFlowReference"],"type":"string"}},"required":["type","referenceName"]},"DataFlowResource":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Data flow resource type.","properties":{"properties":{"description":"Azure Data Factory nested object which contains a flow with data movements and transformations.","discriminator":{"propertyName":"type"},"properties":{"annotations":{"description":"List of tags that can be used for describing the data flow.","items":{"type":"object"},"type":"array"},"description":{"description":"The description of the data flow.","type":"string"},"folder":{"description":"The folder that this data flow is in. If not specified, Data flow will appear at the root level.","properties":{"name":{"description":"The name of the folder that this data flow is in.","type":"string"}},"type":"object"},"type":{"description":"Type of data flow.","type":"string"}},"type":"object"}},"required":["properties"]},"DataFlowSourceSetting":{"additionalProperties":{"type":"object"},"description":"Definition of data flow source setting for debug.","properties":{"rowLimit":{"description":"Defines the row limit of data flow source in debug.","type":"integer"},"sourceName":{"description":"The data flow source name.","type":"string"}},"type":"object"},"DataFlowStagingInfo":{"description":"Staging info for execute data flow activity.","properties":{"folderPath":{"description":"Folder path for staging blob.","type":"string"},"linkedService":{"$ref":"#/components/schemas/LinkedServiceReference"}}},"DatasetDebugResource":{"allOf":[{"$ref":"#/components/schemas/SubResourceDebugResource"}],"description":"Dataset debug resource.","properties":{"properties":{"additionalProperties":{"type":"object"},"description":"The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.","discriminator":{"propertyName":"type"},"properties":{"annotations":{"description":"List of tags that can be used for describing the Dataset.","items":{"type":"object"},"type":"array"},"description":{"description":"Dataset description.","type":"string"},"folder":{"description":"The folder that this Dataset is in. If not specified, Dataset will appear at the root level.","properties":{"name":{"description":"The name of the folder that this Dataset is in.","type":"string"}},"type":"object"},"linkedServiceName":{"description":"Linked service reference type.","properties":{"parameters":{"additionalProperties":{"type":"object"},"description":"An object mapping parameter names to argument values.","type":"object"},"referenceName":{"description":"Reference LinkedService name.","type":"string"},"type":{"description":"Linked service reference type.","enum":["LinkedServiceReference"],"type":"string"}},"required":["type","referenceName"]},"parameters":{"additionalProperties":{"description":"Definition of a single parameter for an entity.","properties":{"defaultValue":{"description":"Default value of parameter.","type":"object"},"type":{"description":"Parameter type.","enum":["Object","String","Int","Float","Bool","Array","SecureString"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ParameterType"}}},"required":["type"],"type":"object"},"description":"Definition of all parameters for an entity.","type":"object"},"schema":{"description":"Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.","type":"object"},"structure":{"description":"Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.","type":"object"},"type":{"description":"Type of dataset.","type":"string"}},"required":["type","linkedServiceName"],"type":"object"}},"required":["properties"]},"DatasetListResponse":{"description":"A list of dataset resources.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of datasets.","items":{"$ref":"#/components/schemas/DatasetResource"},"type":"array"}},"required":["value"],"type":"object"},"DatasetReference":{"description":"Dataset reference type.","properties":{"parameters":{"$ref":"#/components/schemas/ParameterValueSpecification"},"referenceName":{"description":"Reference dataset name.","type":"string"},"type":{"description":"Dataset reference type.","enum":["DatasetReference"],"type":"string"}},"required":["type","referenceName"]},"DatasetResource":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Dataset resource type.","properties":{"properties":{"additionalProperties":{"type":"object"},"description":"The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.","discriminator":{"propertyName":"type"},"properties":{"annotations":{"description":"List of tags that can be used for describing the Dataset.","items":{"type":"object"},"type":"array"},"description":{"description":"Dataset description.","type":"string"},"folder":{"description":"The folder that this Dataset is in. If not specified, Dataset will appear at the root level.","properties":{"name":{"description":"The name of the folder that this Dataset is in.","type":"string"}},"type":"object"},"linkedServiceName":{"description":"Linked service reference type.","properties":{"parameters":{"additionalProperties":{"type":"object"},"description":"An object mapping parameter names to argument values.","type":"object"},"referenceName":{"description":"Reference LinkedService name.","type":"string"},"type":{"description":"Linked service reference type.","enum":["LinkedServiceReference"],"type":"string"}},"required":["type","referenceName"]},"parameters":{"additionalProperties":{"description":"Definition of a single parameter for an entity.","properties":{"defaultValue":{"description":"Default value of parameter.","type":"object"},"type":{"description":"Parameter type.","enum":["Object","String","Int","Float","Bool","Array","SecureString"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ParameterType"}}},"required":["type"],"type":"object"},"description":"Definition of all parameters for an entity.","type":"object"},"schema":{"description":"Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.","type":"object"},"structure":{"description":"Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.","type":"object"},"type":{"description":"Type of dataset.","type":"string"}},"required":["type","linkedServiceName"],"type":"object"}},"required":["properties"]},"DeleteDataFlowDebugSessionRequest":{"description":"Request body structure for deleting data flow debug session.","properties":{"sessionId":{"description":"The ID of data flow debug session.","type":"string"}},"type":"object"},"ExposureControlRequest":{"description":"The exposure control request.","properties":{"featureName":{"description":"The feature name.","type":"string"},"featureType":{"description":"The feature type.","type":"string"}},"type":"object"},"ExposureControlResponse":{"description":"The exposure control response.","properties":{"featureName":{"description":"The feature name.","readOnly":true,"type":"string"},"value":{"description":"The feature value.","readOnly":true,"type":"string"}},"type":"object"},"Expression":{"description":"Azure Data Factory expression definition.","properties":{"type":{"description":"Expression type.","enum":["Expression"],"type":"string"},"value":{"description":"Expression value.","type":"string"}},"required":["type","value"],"type":"object"},"Factory":{"additionalProperties":{"type":"object"},"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Factory resource type.","properties":{"identity":{"$ref":"#/components/schemas/FactoryIdentity"},"properties":{"$ref":"#/components/schemas/FactoryProperties"}},"type":"object"},"FactoryGitHubConfiguration":{"allOf":[{"$ref":"#/components/schemas/FactoryRepoConfiguration"}],"description":"Factory's GitHub repo information.","properties":{"hostName":{"description":"GitHub Enterprise host name. For example: https://github.mydomain.com","type":"string"}},"type":"object","x-ms-discriminator-value":"FactoryGitHubConfiguration"},"FactoryIdentity":{"description":"Identity properties of the factory resource.","properties":{"principalId":{"description":"The principal id of the identity.","format":"uuid","readOnly":true,"type":"string"},"tenantId":{"description":"The client tenant id of the identity.","format":"uuid","readOnly":true,"type":"string"},"type":{"description":"The identity type. Currently the only supported type is 'SystemAssigned'.","enum":["SystemAssigned"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"FactoryIdentityType"}}},"required":["type"]},"FactoryListResponse":{"description":"A list of factory resources.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of factories.","items":{"$ref":"#/components/schemas/Factory"},"type":"array"}},"required":["value"],"type":"object"},"FactoryProperties":{"description":"Factory resource properties.","properties":{"createTime":{"description":"Time the factory was created in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"provisioningState":{"description":"Factory provisioning state, example Succeeded.","readOnly":true,"type":"string"},"repoConfiguration":{"$ref":"#/components/schemas/FactoryRepoConfiguration"},"version":{"description":"Version of the factory.","readOnly":true,"type":"string"}}},"FactoryRepoConfiguration":{"description":"Factory's git repo information.","discriminator":{"propertyName":"type"},"properties":{"accountName":{"description":"Account name.","type":"string"},"collaborationBranch":{"description":"Collaboration branch.","type":"string"},"lastCommitId":{"description":"Last commit id.","type":"string"},"repositoryName":{"description":"Repository name.","type":"string"},"rootFolder":{"description":"Root folder.","type":"string"},"type":{"description":"Type of repo configuration.","type":"string"}},"required":["type","accountName","repositoryName","collaborationBranch","rootFolder"],"type":"object"},"FactoryRepoUpdate":{"description":"Factory's git repo information.","properties":{"factoryResourceId":{"description":"The factory resource id.","type":"string"},"repoConfiguration":{"$ref":"#/components/schemas/FactoryRepoConfiguration"}}},"FactoryUpdateParameters":{"description":"Parameters for updating a factory resource.","properties":{"identity":{"$ref":"#/components/schemas/FactoryIdentity"},"tags":{"additionalProperties":{"type":"string"},"description":"The resource tags.","type":"object"}}},"FactoryVSTSConfiguration":{"allOf":[{"$ref":"#/components/schemas/FactoryRepoConfiguration"}],"description":"Factory's VSTS repo information.","properties":{"projectName":{"description":"VSTS project name.","type":"string"},"tenantId":{"description":"VSTS tenant id.","type":"string"}},"required":["projectName"],"type":"object","x-ms-discriminator-value":"FactoryVSTSConfiguration"},"GetDataFactoryOperationStatusResponse":{"additionalProperties":{"type":"object"},"description":"Response body structure for get data factory operation status.","properties":{"status":{"description":"Status of the operation.","type":"string"}},"type":"object"},"GetSsisObjectMetadataRequest":{"description":"The request payload of get SSIS object metadata.","properties":{"metadataPath":{"description":"Metadata path.","type":"string"}},"type":"object"},"GitHubAccessTokenRequest":{"description":"Get GitHub access token request definition.","properties":{"gitHubAccessCode":{"description":"GitHub access code.","type":"string"},"gitHubAccessTokenBaseUrl":{"description":"GitHub access token base URL.","type":"string"},"gitHubClientId":{"description":"GitHub application client ID.","type":"string"}},"required":["gitHubAccessCode","gitHubAccessTokenBaseUrl"]},"GitHubAccessTokenResponse":{"description":"Get GitHub access token response definition.","properties":{"gitHubAccessToken":{"description":"GitHub access token.","type":"string"}}},"IntegrationRuntimeDebugResource":{"allOf":[{"$ref":"#/components/schemas/SubResourceDebugResource"}],"description":"Integration runtime debug resource.","properties":{"properties":{"additionalProperties":{"type":"object"},"description":"Azure Data Factory nested object which serves as a compute resource for activities.","discriminator":{"propertyName":"type"},"properties":{"description":{"description":"Integration runtime description.","type":"string"},"type":{"description":"The type of integration runtime.","enum":["Managed","SelfHosted"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationRuntimeType"}}},"required":["type"],"type":"object"}},"required":["properties"]},"IntegrationRuntimeListResponse":{"description":"A list of integration runtime resources.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of integration runtimes.","items":{"$ref":"#/components/schemas/IntegrationRuntimeResource"},"type":"array"}},"required":["value"],"type":"object"},"IntegrationRuntimeReference":{"description":"Integration runtime reference type.","properties":{"parameters":{"additionalProperties":{"type":"object"},"description":"An object mapping parameter names to argument values.","type":"object"},"referenceName":{"description":"Reference integration runtime name.","type":"string"},"type":{"description":"Type of integration runtime.","enum":["IntegrationRuntimeReference"],"type":"string"}},"required":["type","referenceName"]},"IntegrationRuntimeResource":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Integration runtime resource type.","properties":{"properties":{"additionalProperties":{"type":"object"},"description":"Azure Data Factory nested object which serves as a compute resource for activities.","discriminator":{"propertyName":"type"},"properties":{"description":{"description":"Integration runtime description.","type":"string"},"type":{"description":"The type of integration runtime.","enum":["Managed","SelfHosted"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationRuntimeType"}}},"required":["type"],"type":"object"}},"required":["properties"]},"IntegrationRuntimeStatusListResponse":{"description":"A list of integration runtime status.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of integration runtime status.","items":{"$ref":"#/components/schemas/IntegrationRuntimeStatusResponse"},"type":"array"}},"required":["value"],"type":"object"},"IntegrationRuntimeStatusResponse":{"description":"Integration runtime status response.","properties":{"name":{"description":"The integration runtime name.","readOnly":true,"type":"string"},"properties":{"additionalProperties":{"type":"object"},"description":"Integration runtime status.","discriminator":{"propertyName":"type"},"properties":{"dataFactoryName":{"description":"The data factory name which the integration runtime belong to.","readOnly":true,"type":"string"},"state":{"description":"The state of integration runtime.","enum":["Initial","Stopped","Started","Starting","Stopping","NeedRegistration","Online","Limited","Offline","AccessDenied"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationRuntimeState"}},"type":{"description":"The type of integration runtime.","enum":["Managed","SelfHosted"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationRuntimeType"}}},"required":["type"],"type":"object"}},"required":["properties"]},"LinkedIntegrationRuntimeRequest":{"description":"Data factory name for linked integration runtime request.","properties":{"factoryName":{"description":"The data factory name for linked integration runtime.","type":"string","x-ms-client-name":"linkedFactoryName"}},"required":["factoryName"],"type":"object"},"LinkedServiceDebugResource":{"allOf":[{"$ref":"#/components/schemas/SubResourceDebugResource"}],"description":"Linked service debug resource.","properties":{"properties":{"additionalProperties":{"type":"object"},"description":"The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource.","discriminator":{"propertyName":"type"},"properties":{"annotations":{"description":"List of tags that can be used for describing the linked service.","items":{"type":"object"},"type":"array"},"connectVia":{"description":"Integration runtime reference type.","properties":{"parameters":{"additionalProperties":{"type":"object"},"description":"An object mapping parameter names to argument values.","type":"object"},"referenceName":{"description":"Reference integration runtime name.","type":"string"},"type":{"description":"Type of integration runtime.","enum":["IntegrationRuntimeReference"],"type":"string"}},"required":["type","referenceName"]},"description":{"description":"Linked service description.","type":"string"},"parameters":{"additionalProperties":{"description":"Definition of a single parameter for an entity.","properties":{"defaultValue":{"description":"Default value of parameter.","type":"object"},"type":{"description":"Parameter type.","enum":["Object","String","Int","Float","Bool","Array","SecureString"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ParameterType"}}},"required":["type"],"type":"object"},"description":"Definition of all parameters for an entity.","type":"object"},"type":{"description":"Type of linked service.","type":"string"}},"required":["type"],"type":"object"}},"required":["properties"]},"LinkedServiceListResponse":{"description":"A list of linked service resources.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of linked services.","items":{"$ref":"#/components/schemas/LinkedServiceResource"},"type":"array"}},"required":["value"],"type":"object"},"LinkedServiceReference":{"description":"Linked service reference type.","properties":{"parameters":{"additionalProperties":{"type":"object"},"description":"An object mapping parameter names to argument values.","type":"object"},"referenceName":{"description":"Reference LinkedService name.","type":"string"},"type":{"description":"Linked service reference type.","enum":["LinkedServiceReference"],"type":"string"}},"required":["type","referenceName"]},"LinkedServiceResource":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Linked service resource type.","properties":{"properties":{"additionalProperties":{"type":"object"},"description":"The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource.","discriminator":{"propertyName":"type"},"properties":{"annotations":{"description":"List of tags that can be used for describing the linked service.","items":{"type":"object"},"type":"array"},"connectVia":{"description":"Integration runtime reference type.","properties":{"parameters":{"additionalProperties":{"type":"object"},"description":"An object mapping parameter names to argument values.","type":"object"},"referenceName":{"description":"Reference integration runtime name.","type":"string"},"type":{"description":"Type of integration runtime.","enum":["IntegrationRuntimeReference"],"type":"string"}},"required":["type","referenceName"]},"description":{"description":"Linked service description.","type":"string"},"parameters":{"additionalProperties":{"description":"Definition of a single parameter for an entity.","properties":{"defaultValue":{"description":"Default value of parameter.","type":"object"},"type":{"description":"Parameter type.","enum":["Object","String","Int","Float","Bool","Array","SecureString"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ParameterType"}}},"required":["type"],"type":"object"},"description":"Definition of all parameters for an entity.","type":"object"},"type":{"description":"Type of linked service.","type":"string"}},"required":["type"],"type":"object"}},"required":["properties"]},"Operation":{"description":"Azure Data Factory API operation definition.","properties":{"display":{"description":"Metadata associated with the operation.","properties":{"description":{"description":"The description of the operation.","type":"string"},"operation":{"description":"The type of operation: get, read, delete, etc.","type":"string"},"provider":{"description":"The name of the provider.","type":"string"},"resource":{"description":"The name of the resource type on which the operation is performed.","type":"string"}}},"name":{"description":"Operation name: {provider}/{resource}/{operation}","type":"string"},"origin":{"description":"The intended executor of the operation.","type":"string"},"properties":{"$ref":"#/components/schemas/OperationProperties"}},"type":"object"},"OperationListResponse":{"description":"A list of operations that can be performed by the Data Factory service.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of Data Factory operations supported by the Data Factory resource provider.","items":{"$ref":"#/components/schemas/Operation"},"type":"array"}}},"OperationLogSpecification":{"description":"Details about an operation related to logs.","properties":{"blobDuration":{"description":"Blobs created in the customer storage account, per hour.","type":"string"},"displayName":{"description":"Localized display name.","type":"string"},"name":{"description":"The name of the log category.","type":"string"}},"type":"object"},"OperationMetricAvailability":{"description":"Defines how often data for a metric becomes available.","properties":{"blobDuration":{"description":"Blob created in the customer storage account, per hour.","type":"string"},"timeGrain":{"description":"The granularity for the metric.","type":"string"}},"type":"object"},"OperationMetricDimension":{"description":"Defines the metric dimension.","properties":{"displayName":{"description":"The display name of the metric dimension.","type":"string"},"name":{"description":"The name of the dimension for the metric.","type":"string"},"toBeExportedForShoebox":{"description":"Whether the dimension should be exported to Azure Monitor.","type":"boolean"}},"type":"object"},"OperationMetricSpecification":{"description":"Details about an operation related to metrics.","properties":{"aggregationType":{"description":"The type of metric aggregation.","type":"string"},"availabilities":{"description":"Defines how often data for metrics becomes available.","items":{"$ref":"#/components/schemas/OperationMetricAvailability"},"type":"array"},"dimensions":{"description":"Defines the metric dimension.","items":{"$ref":"#/components/schemas/OperationMetricDimension"},"type":"array"},"displayDescription":{"description":"The description of the metric.","type":"string"},"displayName":{"description":"Localized display name of the metric.","type":"string"},"enableRegionalMdmAccount":{"description":"Whether or not the service is using regional MDM accounts.","type":"string"},"name":{"description":"The name of the metric.","type":"string"},"sourceMdmAccount":{"description":"The name of the MDM account.","type":"string"},"sourceMdmNamespace":{"description":"The name of the MDM namespace.","type":"string"},"unit":{"description":"The unit that the metric is measured in.","type":"string"}},"type":"object"},"OperationProperties":{"description":"Additional details about an operation.","properties":{"serviceSpecification":{"$ref":"#/components/schemas/OperationServiceSpecification"}},"type":"object","x-ms-client-flatten":true},"OperationServiceSpecification":{"description":"Details about a service operation.","properties":{"logSpecifications":{"description":"Details about operations related to logs.","items":{"$ref":"#/components/schemas/OperationLogSpecification"},"type":"array"},"metricSpecifications":{"description":"Details about operations related to metrics.","items":{"$ref":"#/components/schemas/OperationMetricSpecification"},"type":"array"}},"type":"object"},"ParameterDefinitionSpecification":{"additionalProperties":{"description":"Definition of a single parameter for an entity.","properties":{"defaultValue":{"description":"Default value of parameter.","type":"object"},"type":{"description":"Parameter type.","enum":["Object","String","Int","Float","Bool","Array","SecureString"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ParameterType"}}},"required":["type"],"type":"object"},"description":"Definition of all parameters for an entity.","type":"object"},"ParameterSpecification":{"description":"Definition of a single parameter for an entity.","properties":{"defaultValue":{"description":"Default value of parameter.","type":"object"},"type":{"description":"Parameter type.","enum":["Object","String","Int","Float","Bool","Array","SecureString"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ParameterType"}}},"required":["type"],"type":"object"},"ParameterValueSpecification":{"additionalProperties":{"type":"object"},"description":"An object mapping parameter names to argument values.","type":"object"},"PipelineListResponse":{"description":"A list of pipeline resources.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of pipelines.","items":{"$ref":"#/components/schemas/PipelineResource"},"type":"array"}},"required":["value"],"type":"object"},"PipelineReference":{"description":"Pipeline reference type.","properties":{"name":{"description":"Reference name.","type":"string"},"referenceName":{"description":"Reference pipeline name.","type":"string"},"type":{"description":"Pipeline reference type.","enum":["PipelineReference"],"type":"string"}},"required":["type","referenceName"]},"PipelineResource":{"additionalProperties":{"type":"object"},"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Pipeline resource type.","properties":{"properties":{"description":"A data factory pipeline.","properties":{"activities":{"description":"List of activities in pipeline.","items":{"additionalProperties":{"type":"object"},"description":"A pipeline activity.","discriminator":{"propertyName":"type"},"properties":{"dependsOn":{"description":"Activity depends on condition.","items":{"additionalProperties":{"type":"object"},"description":"Activity dependency information.","properties":{"activity":{"description":"Activity name.","type":"string"},"dependencyConditions":{"description":"Match-Condition for the dependency.","items":{"enum":["Succeeded","Failed","Skipped","Completed"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"DependencyCondition"}},"type":"array"}},"required":["activity","dependencyConditions"],"type":"object"},"type":"array"},"description":{"description":"Activity description.","type":"string"},"name":{"description":"Activity name.","type":"string"},"type":{"description":"Type of activity.","type":"string"},"userProperties":{"description":"Activity user properties.","items":{"description":"User property.","properties":{"name":{"description":"User property name.","type":"string"},"value":{"description":"User property value. Type: string (or Expression with resultType string).","type":"object"}},"required":["name","value"],"type":"object"},"type":"array"}},"required":["name","type"],"type":"object"},"type":"array"},"annotations":{"description":"List of tags that can be used for describing the Pipeline.","items":{"type":"object"},"type":"array"},"concurrency":{"description":"The max number of concurrent runs for the pipeline.","minimum":1,"type":"integer"},"description":{"description":"The description of the pipeline.","type":"string"},"folder":{"description":"The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.","properties":{"name":{"description":"The name of the folder that this Pipeline is in.","type":"string"}},"type":"object"},"parameters":{"additionalProperties":{"description":"Definition of a single parameter for an entity.","properties":{"defaultValue":{"description":"Default value of parameter.","type":"object"},"type":{"description":"Parameter type.","enum":["Object","String","Int","Float","Bool","Array","SecureString"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ParameterType"}}},"required":["type"],"type":"object"},"description":"Definition of all parameters for an entity.","type":"object"},"runDimensions":{"additionalProperties":{"description":"Type: string (or Expression with resultType string).","type":"object"},"description":"Dimensions emitted by Pipeline.","type":"object"},"variables":{"additionalProperties":{"description":"Definition of a single variable for a Pipeline.","properties":{"defaultValue":{"description":"Default value of variable.","type":"object"},"type":{"description":"Variable type.","enum":["String","Bool","Array"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"VariableType"}}},"required":["type"],"type":"object"},"description":"Definition of variable for a Pipeline.","type":"object"}},"type":"object"}},"required":["properties"],"type":"object"},"PipelineRun":{"additionalProperties":{"type":"object"},"description":"Information about a pipeline run.","properties":{"durationInMs":{"description":"The duration of a pipeline run.","readOnly":true,"type":"integer"},"invokedBy":{"$ref":"#/components/schemas/PipelineRunInvokedBy"},"isLatest":{"description":"Indicates if the recovered pipeline run is the latest in its group.","readOnly":true,"type":"boolean"},"lastUpdated":{"description":"The last updated timestamp for the pipeline run event in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"message":{"description":"The message from a pipeline run.","readOnly":true,"type":"string"},"parameters":{"additionalProperties":{"type":"string"},"description":"The full or partial list of parameter name, value pair used in the pipeline run.","readOnly":true,"type":"object"},"pipelineName":{"description":"The pipeline name.","readOnly":true,"type":"string"},"runDimensions":{"additionalProperties":{"type":"string"},"description":"Run dimensions emitted by Pipeline run.","readOnly":true,"type":"object"},"runEnd":{"description":"The end time of a pipeline run in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"runGroupId":{"description":"Identifier that correlates all the recovery runs of a pipeline run.","readOnly":true,"type":"string"},"runId":{"description":"Identifier of a run.","readOnly":true,"type":"string"},"runStart":{"description":"The start time of a pipeline run in ISO8601 format.","format":"date-time","readOnly":true,"type":"string"},"status":{"description":"The status of a pipeline run.","readOnly":true,"type":"string"}},"type":"object"},"PipelineRunInvokedBy":{"description":"Provides entity name and id that started the pipeline run.","properties":{"id":{"description":"The ID of the entity that started the run.","readOnly":true,"type":"string"},"invokedByType":{"description":"The type of the entity that started the run.","readOnly":true,"type":"string"},"name":{"description":"Name of the entity that started the pipeline run.","readOnly":true,"type":"string"}},"type":"object"},"PipelineRunsQueryResponse":{"description":"A list pipeline runs.","properties":{"continuationToken":{"description":"The continuation token for getting the next page of results, if any remaining results exist, null otherwise.","type":"string"},"value":{"description":"List of pipeline runs.","items":{"$ref":"#/components/schemas/PipelineRun"},"type":"array"}},"required":["value"],"type":"object"},"QueryDataFlowDebugSessionsResponse":{"description":"A list of active debug sessions.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"Array with all active debug sessions.","items":{"$ref":"#/components/schemas/DataFlowDebugSessionInfo"},"type":"array"}},"type":"object"},"RerunTriggerListResponse":{"description":"A list of rerun triggers.","properties":{"nextLink":{"description":"The continuation token for getting the next page of results, if any remaining results exist, null otherwise.","readOnly":true,"type":"string"},"value":{"description":"List of rerun triggers.","items":{"$ref":"#/components/schemas/RerunTriggerResource"},"type":"array"}},"required":["value"],"type":"object"},"RerunTriggerResource":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"RerunTrigger resource type.","properties":{"properties":{"allOf":[{"additionalProperties":{"type":"object"},"description":"Azure data factory nested object which contains information about creating pipeline run","discriminator":{"propertyName":"type"},"properties":{"annotations":{"description":"List of tags that can be used for describing the trigger.","items":{"type":"object"},"type":"array"},"description":{"description":"Trigger description.","type":"string"},"runtimeState":{"description":"Enumerates possible state of Triggers.","enum":["Started","Stopped","Disabled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"TriggerRuntimeState"}},"type":{"description":"Trigger type.","type":"string"}},"required":["type"],"type":"object"}],"description":"Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.","properties":{"typeProperties":{"description":"Rerun Trigger properties.","properties":{"maxConcurrency":{"description":"The max number of parallel time windows (ready for execution) for which a rerun is triggered.","maximum":50,"minimum":1,"type":"integer"},"parentTrigger":{"description":"The parent trigger reference.","type":"object"},"requestedEndTime":{"description":"The end time for the time period for which restatement is initiated. Only UTC time is currently supported.","format":"date-time","type":"string"},"requestedStartTime":{"description":"The start time for the time period for which restatement is initiated. Only UTC time is currently supported.","format":"date-time","type":"string"}},"required":["requestedStartTime","requestedEndTime","maxConcurrency"],"x-ms-client-flatten":true}},"required":["typeProperties"],"type":"object"}},"required":["properties"]},"RerunTumblingWindowTriggerActionParameters":{"description":"Rerun tumbling window trigger Parameters.","properties":{"endTime":{"description":"The end time for the time period for which restatement is initiated. Only UTC time is currently supported.","format":"date-time","type":"string"},"maxConcurrency":{"description":"The max number of parallel time windows (ready for execution) for which a rerun is triggered.","maximum":50,"minimum":1,"type":"integer"},"startTime":{"description":"The start time for the time period for which restatement is initiated. Only UTC time is currently supported.","format":"date-time","type":"string"}},"required":["startTime","endTime","maxConcurrency"],"type":"object"},"Resource":{"description":"Azure Data Factory top-level resource.","properties":{"eTag":{"description":"Etag identifies change in the resource.","readOnly":true,"type":"string"},"id":{"description":"The resource identifier.","readOnly":true,"type":"string"},"location":{"description":"The resource location.","type":"string","x-ms-mutability":["create","read"]},"name":{"description":"The resource name.","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"The resource tags.","type":"object"},"type":{"description":"The resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"RunFilterParameters":{"description":"Query parameters for listing runs.","properties":{"continuationToken":{"description":"The continuation token for getting the next page of results. Null for first page.","type":"string"},"filters":{"description":"List of filters.","items":{"$ref":"#/components/schemas/RunQueryFilter"},"type":"array"},"lastUpdatedAfter":{"description":"The time at or after which the run event was updated in 'ISO 8601' format.","format":"date-time","type":"string"},"lastUpdatedBefore":{"description":"The time at or before which the run event was updated in 'ISO 8601' format.","format":"date-time","type":"string"},"orderBy":{"description":"List of OrderBy option.","items":{"$ref":"#/components/schemas/RunQueryOrderBy"},"type":"array"}},"required":["lastUpdatedAfter","lastUpdatedBefore"],"type":"object"},"RunQueryFilter":{"description":"Query filter option for listing runs.","properties":{"operand":{"description":"Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status.","enum":["PipelineName","Status","RunStart","RunEnd","ActivityName","ActivityRunStart","ActivityRunEnd","ActivityType","TriggerName","TriggerRunTimestamp","RunGroupId","LatestOnly"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"RunQueryFilterOperand"}},"operator":{"description":"Operator to be used for filter.","enum":["Equals","NotEquals","In","NotIn"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"RunQueryFilterOperator"}},"values":{"description":"List of filter values.","items":{"type":"string"},"type":"array"}},"required":["operand","operator","values"],"type":"object"},"RunQueryOrderBy":{"description":"An object to provide order by options for listing runs.","properties":{"order":{"description":"Sorting order of the parameter.","enum":["ASC","DESC"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"RunQueryOrder"}},"orderBy":{"description":"Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for trigger runs are TriggerName, TriggerRunTimestamp and Status.","enum":["RunStart","RunEnd","PipelineName","Status","ActivityName","ActivityRunStart","ActivityRunEnd","TriggerName","TriggerRunTimestamp"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"RunQueryOrderByField"}}},"required":["orderBy","order"],"type":"object"},"SecretBase":{"description":"The base definition of a secret type.","discriminator":{"propertyName":"type"},"properties":{"type":{"description":"Type of the secret.","type":"string"}},"required":["type"],"type":"object"},"SecureString":{"allOf":[{"$ref":"#/components/schemas/SecretBase"}],"description":"Azure Data Factory secure string definition. The string value will be masked with asterisks '*' during Get or List API calls.","properties":{"value":{"description":"Value of secure string.","type":"string"}},"required":["value"],"type":"object","x-ms-discriminator-value":"SecureString"},"SsisObjectMetadataStatusResponse":{"description":"The status of the operation.","properties":{"error":{"description":"The operation error message.","type":"string"},"name":{"description":"The operation name.","type":"string"},"properties":{"description":"The operation properties.","type":"string"},"status":{"description":"The status of the operation.","type":"string"}},"type":"object"},"SubResource":{"description":"Azure Data Factory nested resource, which belongs to a factory.","properties":{"etag":{"description":"Etag identifies change in the resource.","readOnly":true,"type":"string"},"id":{"description":"The resource identifier.","readOnly":true,"type":"string"},"name":{"description":"The resource name.","readOnly":true,"type":"string"},"type":{"description":"The resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"SubResourceDebugResource":{"description":"Azure Data Factory nested debug resource.","properties":{"name":{"description":"The resource name.","type":"string"}}},"TriggerListResponse":{"description":"A list of trigger resources.","properties":{"nextLink":{"description":"The link to the next page of results, if any remaining results exist.","type":"string"},"value":{"description":"List of triggers.","items":{"$ref":"#/components/schemas/TriggerResource"},"type":"array"}},"required":["value"],"type":"object"},"TriggerPipelineReference":{"description":"Pipeline that needs to be triggered with the given parameters.","properties":{"parameters":{"$ref":"#/components/schemas/ParameterValueSpecification"},"pipelineReference":{"$ref":"#/components/schemas/PipelineReference"}}},"TriggerResource":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Trigger resource type.","properties":{"properties":{"additionalProperties":{"type":"object"},"description":"Azure data factory nested object which contains information about creating pipeline run","discriminator":{"propertyName":"type"},"properties":{"annotations":{"description":"List of tags that can be used for describing the trigger.","items":{"type":"object"},"type":"array"},"description":{"description":"Trigger description.","type":"string"},"runtimeState":{"description":"Enumerates possible state of Triggers.","enum":["Started","Stopped","Disabled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"TriggerRuntimeState"}},"type":{"description":"Trigger type.","type":"string"}},"required":["type"],"type":"object"}},"required":["properties"]},"TriggerRun":{"additionalProperties":{"type":"object"},"description":"Trigger runs.","properties":{"dependencyStatus":{"additionalProperties":{"type":"object"},"description":"Status of the upstream pipelines.","readOnly":true,"type":"object"},"message":{"description":"Trigger error message.","readOnly":true,"type":"string"},"properties":{"additionalProperties":{"type":"string"},"description":"List of property name and value related to trigger run. Name, value pair depends on type of trigger.","readOnly":true,"type":"object"},"runDimension":{"additionalProperties":{"type":"string"},"description":"Run dimension for which trigger was fired.","readOnly":true,"type":"object"},"status":{"description":"Trigger run status.","enum":["Succeeded","Failed","Inprogress"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"TriggerRunStatus"}},"triggerName":{"description":"Trigger name.","readOnly":true,"type":"string"},"triggerRunId":{"description":"Trigger run id.","readOnly":true,"type":"string"},"triggerRunTimestamp":{"description":"Trigger run start time.","format":"date-time","readOnly":true,"type":"string"},"triggerType":{"description":"Trigger type.","readOnly":true,"type":"string"},"triggeredPipelines":{"additionalProperties":{"type":"string"},"description":"List of pipeline name and run Id triggered by the trigger run.","readOnly":true,"type":"object"}},"type":"object"},"TriggerRunsQueryResponse":{"description":"A list of trigger runs.","properties":{"continuationToken":{"description":"The continuation token for getting the next page of results, if any remaining results exist, null otherwise.","type":"string"},"value":{"description":"List of trigger runs.","items":{"$ref":"#/components/schemas/TriggerRun"},"type":"array"}},"required":["value"],"type":"object"},"TriggerSubscriptionOperationStatus":{"description":"Defines the response of a trigger subscription operation.","properties":{"status":{"description":"Event Subscription Status.","enum":["Enabled","Provisioning","Deprovisioning","Disabled","Unknown"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"EventSubscriptionStatus"}},"triggerName":{"description":"Trigger name.","readOnly":true,"type":"string"}},"type":"object"},"UpdateIntegrationRuntimeNodeRequest":{"description":"Update integration runtime node request.","properties":{"concurrentJobsLimit":{"description":"The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed.","minimum":1,"type":"integer"}},"type":"object"},"UpdateIntegrationRuntimeRequest":{"description":"Update integration runtime request.","properties":{"autoUpdate":{"description":"The state of integration runtime auto update.","enum":["On","Off"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationRuntimeAutoUpdate"}},"updateDelayOffset":{"description":"The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time.","type":"string"}},"type":"object"},"UserAccessPolicy":{"description":"Get Data Plane read only token request definition.","properties":{"accessResourcePath":{"description":"The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.","type":"string"},"expireTime":{"description":"Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.","type":"string"},"permissions":{"description":"The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.","type":"string"},"profileName":{"description":"The name of the profile. Currently only the default is supported. The default value is DefaultProfile.","type":"string"},"startTime":{"description":"Start time for the token. If not specified the current time will be used.","type":"string"}}},"VariableDefinitionSpecification":{"additionalProperties":{"description":"Definition of a single variable for a Pipeline.","properties":{"defaultValue":{"description":"Default value of variable.","type":"object"},"type":{"description":"Variable type.","enum":["String","Bool","Array"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"VariableType"}}},"required":["type"],"type":"object"},"description":"Definition of variable for a Pipeline.","type":"object"},"VariableSpecification":{"description":"Definition of a single variable for a Pipeline.","properties":{"defaultValue":{"description":"Default value of variable.","type":"object"},"type":{"description":"Variable type.","enum":["String","Bool","Array"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"VariableType"}}},"required":["type"],"type":"object"}}}}