openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 200 kB
JSON
{"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":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExposureControlRequest"}}},"description":"The exposure control request.","required":true},"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}/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}/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}/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"}}},"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