Operations - List
Lists the available Azure Data Factory API operations.
GET https://management.azure.com/providers/Microsoft.DataFactory/operations?api-version=2018-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
The API version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK. |
|
Other Status Codes |
An error response received from the Azure Data Factory service. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Operations_List
Sample request
GET https://management.azure.com/providers/Microsoft.DataFactory/operations?api-version=2018-06-01
Sample response
Date: Sat, 16 Jun 2018 00:46:33 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-tenant-reads: 14999
x-ms-request-id: 522fceaa-5c3b-42ff-a518-843b2a53e0aa
x-ms-correlation-request-id: 522fceaa-5c3b-42ff-a518-843b2a53e0aa
{
"value": [
{
"origin": "system",
"name": "Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/metricDefinitions/read",
"display": {
"provider": "Microsoft.DataFactory",
"resource": "datafactories",
"operation": "Read datafactories metric definitions",
"description": "Gets the available metrics for datafactories"
},
"properties": {
"serviceSpecification": {
"metricSpecifications": [
{
"name": "FailedRuns",
"displayName": "Failed Runs",
"unit": "Count",
"aggregationType": "Total",
"availabilities": [
{
"timeGrain": "PT1H",
"blobDuration": "P1D"
}
],
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetricsV1",
"dimensions": [
{
"name": "pipelineName",
"displayName": "Pipeline",
"toBeExportedForShoebox": true
},
{
"name": "activityName",
"displayName": "Activity",
"toBeExportedForShoebox": true
},
{
"name": "windowEnd",
"displayName": "Window End",
"toBeExportedForShoebox": true
},
{
"name": "windowStart",
"displayName": "Window Start",
"toBeExportedForShoebox": true
}
]
},
{
"name": "SuccessfulRuns",
"displayName": "Successful Runs",
"unit": "Count",
"aggregationType": "Total",
"availabilities": [
{
"timeGrain": "PT1H",
"blobDuration": "P1D"
}
],
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetricsV1",
"dimensions": [
{
"name": "pipelineName",
"displayName": "Pipeline",
"toBeExportedForShoebox": true
},
{
"name": "activityName",
"displayName": "Activity",
"toBeExportedForShoebox": true
},
{
"name": "windowEnd",
"displayName": "Window End",
"toBeExportedForShoebox": true
},
{
"name": "windowStart",
"displayName": "Window Start",
"toBeExportedForShoebox": true
}
]
}
]
}
}
},
{
"origin": "system",
"name": "Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/diagnosticSettings/read",
"display": {
"provider": "Microsoft.DataFactory",
"resource": "datafactories",
"operation": "Read diagnostic setting",
"description": "Gets the diagnostic setting for the resource"
}
},
{
"origin": "system",
"name": "Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/diagnosticSettings/write",
"display": {
"provider": "Microsoft.DataFactory",
"resource": "datafactories",
"operation": "Write diagnostic setting",
"description": "Creates or updates the diagnostic setting for the resource"
}
},
{
"origin": "system",
"name": "Microsoft.DataFactory/factories/providers/Microsoft.Insights/logDefinitions/read",
"display": {
"provider": "Microsoft.DataFactory",
"resource": "The log definition of factories",
"operation": "Read factories log definitions",
"description": "Gets the available logs for factories"
},
"properties": {
"serviceSpecification": {
"logSpecifications": [
{
"name": "ActivityRuns",
"displayName": "Pipeline activity runs log",
"blobDuration": "PT1H"
},
{
"name": "PipelineRuns",
"displayName": "Pipeline runs log",
"blobDuration": "PT1H"
},
{
"name": "TriggerRuns",
"displayName": "Trigger runs log",
"blobDuration": "PT1H"
}
]
}
}
},
{
"origin": "system",
"name": "Microsoft.DataFactory/factories/providers/Microsoft.Insights/diagnosticSettings/read",
"display": {
"provider": "Microsoft.DataFactory",
"resource": "factories",
"operation": "Read diagnostic setting",
"description": "Gets the diagnostic setting for the resource"
}
},
{
"origin": "system",
"name": "Microsoft.DataFactory/factories/providers/Microsoft.Insights/diagnosticSettings/write",
"display": {
"provider": "Microsoft.DataFactory",
"resource": "factories",
"operation": "Write diagnostic setting",
"description": "Creates or updates the diagnostic setting for the resource"
}
},
{
"origin": "system",
"name": "Microsoft.DataFactory/factories/providers/Microsoft.Insights/metricDefinitions/read",
"display": {
"provider": "Microsoft.DataFactory",
"resource": "factories",
"operation": "Read metric definitions",
"description": "Gets the available metrics for factories"
},
"properties": {
"serviceSpecification": {
"metricSpecifications": [
{
"name": "PipelineFailedRuns",
"displayName": "Failed pipeline runs metrics",
"unit": "Count",
"aggregationType": "Total",
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetrics",
"dimensions": [
{
"name": "FailureType",
"displayName": "Failure Type",
"toBeExportedForShoebox": true
},
{
"name": "Name",
"displayName": "Pipeline",
"toBeExportedForShoebox": true
}
]
},
{
"name": "PipelineSucceededRuns",
"displayName": "Succeeded pipeline runs metrics",
"unit": "Count",
"aggregationType": "Total",
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetrics",
"dimensions": [
{
"name": "FailureType",
"displayName": "Failure Type",
"toBeExportedForShoebox": true
},
{
"name": "Name",
"displayName": "Pipeline",
"toBeExportedForShoebox": true
}
]
},
{
"name": "ActivityFailedRuns",
"displayName": "Failed activity runs metrics",
"unit": "Count",
"aggregationType": "Total",
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetrics",
"dimensions": [
{
"name": "ActivityType",
"displayName": "Activity Type",
"toBeExportedForShoebox": true
},
{
"name": "PipelineName",
"displayName": "Pipeline",
"toBeExportedForShoebox": true
},
{
"name": "FailureType",
"displayName": "Failure Type",
"toBeExportedForShoebox": true
},
{
"name": "Name",
"displayName": "Activity",
"toBeExportedForShoebox": true
}
]
},
{
"name": "ActivitySucceededRuns",
"displayName": "Succeeded activity runs metrics",
"unit": "Count",
"aggregationType": "Total",
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetrics",
"dimensions": [
{
"name": "ActivityType",
"displayName": "Activity Type",
"toBeExportedForShoebox": true
},
{
"name": "PipelineName",
"displayName": "Pipeline",
"toBeExportedForShoebox": true
},
{
"name": "FailureType",
"displayName": "Failure Type",
"toBeExportedForShoebox": true
},
{
"name": "Name",
"displayName": "Activity",
"toBeExportedForShoebox": true
}
]
},
{
"name": "TriggerFailedRuns",
"displayName": "Failed trigger runs metrics",
"unit": "Count",
"aggregationType": "Total",
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetrics",
"dimensions": [
{
"name": "Name",
"displayName": "Trigger",
"toBeExportedForShoebox": true
},
{
"name": "FailureType",
"displayName": "Failure Type",
"toBeExportedForShoebox": true
}
]
},
{
"name": "TriggerSucceededRuns",
"displayName": "Succeeded trigger runs metrics",
"unit": "Count",
"aggregationType": "Total",
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetrics",
"dimensions": [
{
"name": "Name",
"displayName": "Trigger",
"toBeExportedForShoebox": true
},
{
"name": "FailureType",
"displayName": "Failure Type",
"toBeExportedForShoebox": true
}
]
},
{
"name": "IntegrationRuntimeCpuPercentage",
"displayName": "Integration runtime CPU utilization",
"unit": "Percent",
"aggregationType": "Average",
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetrics",
"dimensions": [
{
"name": "IntegrationRuntimeName",
"displayName": "Integration Runtime",
"toBeExportedForShoebox": true
},
{
"name": "NodeName",
"displayName": "Integration Runtime Node",
"toBeExportedForShoebox": true
}
]
},
{
"name": "IntegrationRuntimeAvailableMemory",
"displayName": "Integration runtime available memory",
"unit": "Bytes",
"aggregationType": "Average",
"enableRegionalMdmAccount": "false",
"sourceMdmAccount": "MicrosoftDataFactoryProdShoebox",
"sourceMdmNamespace": "ADFMetrics",
"dimensions": [
{
"name": "IntegrationRuntimeName",
"displayName": "Integration Runtime",
"toBeExportedForShoebox": true
},
{
"name": "NodeName",
"displayName": "Integration Runtime Node",
"toBeExportedForShoebox": true
}
]
}
]
}
}
},
{
"name": "Microsoft.DataFactory/register/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory Resource Provider",
"operation": "Register Data Factory Resource Provider",
"description": "Registers the subscription for the Data Factory Resource Provider."
}
},
{
"name": "Microsoft.DataFactory/unregister/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory Resource Provider",
"operation": "Unregister Data Factory Resource Provider",
"description": "Unregisters the subscription for the Data Factory Resource Provider."
}
},
{
"name": "Microsoft.DataFactory/datafactories/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Read Data Factory",
"description": "Reads the Data Factory."
}
},
{
"name": "Microsoft.DataFactory/datafactories/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Create or Update Data Factory",
"description": "Creates or Updates the Data Factory."
}
},
{
"name": "Microsoft.DataFactory/datafactories/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Delete Data Factory",
"description": "Deletes the Data Factory."
}
},
{
"name": "Microsoft.DataFactory/datafactories/linkedServices/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Linked Service",
"operation": "Read Linked Service",
"description": "Reads any Linked Service."
}
},
{
"name": "Microsoft.DataFactory/datafactories/linkedServices/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Linked Service",
"operation": "Delete Linked Service",
"description": "Deletes any Linked Service."
}
},
{
"name": "Microsoft.DataFactory/datafactories/linkedServices/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Linked Service",
"operation": "Create or Update Linked Service",
"description": "Creates or Updates any Linked Service."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datapipelines/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Read Pipeline",
"description": "Reads any Pipeline."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datapipelines/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Delete Pipeline",
"description": "Deletes any Pipeline."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datapipelines/pause/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Pause Pipeline",
"description": "Pauses any Pipeline."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datapipelines/resume/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Resume Pipeline",
"description": "Resumes any Pipeline."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datapipelines/update/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Update Pipeline",
"description": "Updates any Pipeline."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datapipelines/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Create or Update Pipeline",
"description": "Creates or Updates any Pipeline."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datasets/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Read Dataset",
"description": "Reads any Dataset."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datasets/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Delete Dataset",
"description": "Deletes any Dataset."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datasets/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Create or Update Dataset",
"description": "Creates or Updates any Dataset."
}
},
{
"name": "Microsoft.DataFactory/datafactories/tables/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Read Dataset",
"description": "Reads any Dataset."
}
},
{
"name": "Microsoft.DataFactory/datafactories/tables/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Delete Dataset",
"description": "Deletes any Dataset."
}
},
{
"name": "Microsoft.DataFactory/datafactories/tables/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Create or Update Dataset",
"description": "Creates or Updates any Dataset."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datasets/slices/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Slice",
"operation": "Read Data Slices",
"description": "Gets the Data Slices in the given period."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datasets/slices/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Slice",
"operation": "Update Data Slice Status",
"description": "Update the Status of the Data Slice."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datasets/sliceruns/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Slice",
"operation": "Read Data Slice Run",
"description": "Reads the Data Slice Run for the given dataset with the given start time."
}
},
{
"name": "Microsoft.DataFactory/datafactories/runs/loginfo/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Run Log",
"operation": "Read Run Log Info",
"description": "Reads a SAS URI to a blob container containing the logs."
}
},
{
"name": "Microsoft.DataFactory/datafactories/activitywindows/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Activity Windows",
"operation": "Read Activity Windows in any Data Factory",
"description": "Reads Activity Windows in the Data Factory with specified parameters."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datapipelines/activitywindows/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Activity Windows",
"operation": "Read Activity Windows for any Pipeline",
"description": "Reads Activity Windows for the Pipeline with specified parameters."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datapipelines/activities/activitywindows/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Activity Windows",
"operation": "Read Activity Windows for any Pipeline Activity",
"description": "Reads Activity Windows for the Pipeline Activity with specified parameters."
}
},
{
"name": "Microsoft.DataFactory/datafactories/datasets/activitywindows/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Activity Windows",
"operation": "Read Activity Windows for any Dataset",
"description": "Reads Activity Windows for the Dataset with specified parameters."
}
},
{
"name": "Microsoft.DataFactory/datafactories/gateways/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Gateway",
"operation": "Read Gateway",
"description": "Reads any Gateway."
}
},
{
"name": "Microsoft.DataFactory/datafactories/gateways/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Gateway",
"operation": "Create or Update Gateway",
"description": "Creates or Updates any Gateway."
}
},
{
"name": "Microsoft.DataFactory/datafactories/gateways/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Gateway",
"operation": "Delete Gateway",
"description": "Deletes any Gateway."
}
},
{
"name": "Microsoft.DataFactory/datafactories/gateways/connectioninfo/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Gateway",
"operation": "Read Gateway Connection Info",
"description": "Reads the Connection Info for any Gateway."
}
},
{
"name": "Microsoft.DataFactory/datafactories/gateways/listauthkeys/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Gateway",
"operation": "List Gateway Authentication Keys",
"description": "Lists the Authentication Keys for any Gateway."
}
},
{
"name": "Microsoft.DataFactory/datafactories/gateways/regenerateauthkey/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Gateway",
"operation": "Regenerate Gateway Authentication Keys",
"description": "Regenerates the Authentication Keys for any Gateway."
}
},
{
"name": "Microsoft.DataFactory/factories/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Read Data Factory",
"description": "Reads Data Factory."
}
},
{
"name": "Microsoft.DataFactory/factories/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Create or Update any Data Factory.",
"description": "Create or Update Data Factory"
}
},
{
"name": "Microsoft.DataFactory/factories/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Delete Data Factory",
"description": "Deletes Data Factory."
}
},
{
"name": "Microsoft.DataFactory/factories/linkedServices/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Linked Service",
"operation": "Read Linked Service",
"description": "Reads Linked Service."
}
},
{
"name": "Microsoft.DataFactory/factories/linkedServices/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Linked Service",
"operation": "Delete Linked Service",
"description": "Deletes Linked Service."
}
},
{
"name": "Microsoft.DataFactory/factories/linkedServices/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Linked Service",
"operation": "Create or Update any Linked Service.",
"description": "Create or Update Linked Service"
}
},
{
"name": "Microsoft.DataFactory/factories/pipelines/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Read Pipeline",
"description": "Reads Pipeline."
}
},
{
"name": "Microsoft.DataFactory/factories/pipelines/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Delete Pipeline",
"description": "Deletes Pipeline."
}
},
{
"name": "Microsoft.DataFactory/factories/pipelines/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Create or Update any Pipeline.",
"description": "Create or Update Pipeline"
}
},
{
"name": "Microsoft.DataFactory/factories/pipelines/createrun/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Pipeline",
"operation": "Create Pipeline Run",
"description": "Creates a run for the Pipeline."
}
},
{
"name": "Microsoft.DataFactory/factories/cancelpipelinerun/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Cancel any Pipeline Run",
"description": "Cancels the pipeline run specified by the run ID."
}
},
{
"name": "Microsoft.DataFactory/factories/pipelineruns/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Read Pipeline Runs",
"description": "Reads the Pipeline Runs."
}
},
{
"name": "Microsoft.DataFactory/factories/pipelineruns/activityruns/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Read Activity Runs",
"description": "Reads the activity runs for the specified pipeline run ID."
}
},
{
"name": "Microsoft.DataFactory/factories/datasets/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Read Dataset",
"description": "Reads any Dataset."
}
},
{
"name": "Microsoft.DataFactory/factories/datasets/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Delete Dataset",
"description": "Deletes any Dataset."
}
},
{
"name": "Microsoft.DataFactory/factories/datasets/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Dataset",
"operation": "Create or Update Dataset",
"description": "Creates or Updates any Dataset."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Read Integration Runtime",
"description": "Reads any Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Create or Update Integration Runtime",
"description": "Creates or Updates any Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Delete Integration Runtime",
"description": "Deletes any Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/start/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Start Integration Runtime",
"description": "Starts any Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/stop/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Stop Integration Runtime",
"description": "Stops any Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/getconnectioninfo/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Read Integration Runtime Connection Info",
"description": "Reads Integration Runtime Connection Info."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/getstatus/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Read Integration Runtime Status",
"description": "Reads Integration Runtime Status."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/listauthkeys/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "List Integration Runtime Authentication Keys",
"description": "Lists the Authentication Keys for any Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/monitoringdata/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Get Integration Runtime Monitoring Data",
"description": "Gets the Monitoring Data for any Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/nodes/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Delete Integration Runtime Node",
"description": "Deletes the Node for the specified Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/nodes/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Update Integration Runtime Node",
"description": "Updates a self-hosted Integration Runtime Node."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/nodes/ipAddress/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Read Integration Runtime Node IP Address",
"description": "Returns the IP Address for the specified node of the Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/synccredentials/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Sync Credentials for Integration Runtime",
"description": "Syncs the Credentials for the specified Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/upgrade/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Upgrade Integration Runtime",
"description": "Upgrades the specified Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/integrationruntimes/regenerateauthkey/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Integration Runtime",
"operation": "Regenerate Integration Runtime Authentication Keys",
"description": "Regenerates the Authentication Keys for the specified Integration Runtime."
}
},
{
"name": "Microsoft.DataFactory/factories/triggers/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Trigger",
"operation": "Read Trigger",
"description": "Reads any Trigger."
}
},
{
"name": "Microsoft.DataFactory/factories/triggers/write",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Trigger",
"operation": "Create or Update Trigger",
"description": "Creates or Updates any Trigger."
}
},
{
"name": "Microsoft.DataFactory/factories/triggers/delete",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Trigger",
"operation": "Delete Trigger",
"description": "Deletes any Trigger."
}
},
{
"name": "Microsoft.DataFactory/factories/triggers/start/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Trigger",
"operation": "Start Trigger",
"description": "Starts any Trigger."
}
},
{
"name": "Microsoft.DataFactory/factories/triggers/stop/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Trigger",
"operation": "Stop Trigger",
"description": "Stops any Trigger."
}
},
{
"name": "Microsoft.DataFactory/factories/triggers/triggerruns/read",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Read Trigger Runs",
"description": "Reads the Trigger Runs."
}
},
{
"name": "Microsoft.DataFactory/locations/configureFactoryRepo/action",
"display": {
"provider": "Microsoft Data Factory",
"resource": "Data Factory",
"operation": "Configure Factory Repository",
"description": "Configures the repository for the factory."
}
}
]
}
Definitions
Name | Description |
---|---|
Cloud |
The object that defines the structure of an Azure Data Factory error response. |
Display |
Metadata associated with the operation. |
Operation |
Azure Data Factory API operation definition. |
Operation |
A list of operations that can be performed by the Data Factory service. |
Operation |
Details about an operation related to logs. |
Operation |
Defines how often data for a metric becomes available. |
Operation |
Defines the metric dimension. |
Operation |
Details about an operation related to metrics. |
Operation |
Details about a service operation. |
CloudError
The object that defines the structure of an Azure Data Factory error response.
Name | Type | Description |
---|---|---|
error.code |
string |
Error code. |
error.details |
Array with additional error details. |
|
error.message |
string |
Error message. |
error.target |
string |
Property name/path in request associated with error. |
Display
Metadata associated with the operation.
Name | Type | Description |
---|---|---|
description |
string |
The description of the operation. |
operation |
string |
The type of operation: get, read, delete, etc. |
provider |
string |
The name of the provider. |
resource |
string |
The name of the resource type on which the operation is performed. |
Operation
Azure Data Factory API operation definition.
Name | Type | Description |
---|---|---|
display |
Metadata associated with the operation. |
|
name |
string |
Operation name: {provider}/{resource}/{operation} |
origin |
string |
The intended executor of the operation. |
properties.serviceSpecification |
Details about a service operation. |
OperationListResponse
A list of operations that can be performed by the Data Factory service.
Name | Type | Description |
---|---|---|
nextLink |
string |
The link to the next page of results, if any remaining results exist. |
value |
List of Data Factory operations supported by the Data Factory resource provider. |
OperationLogSpecification
Details about an operation related to logs.
Name | Type | Description |
---|---|---|
blobDuration |
string |
Blobs created in the customer storage account, per hour. |
displayName |
string |
Localized display name. |
name |
string |
The name of the log category. |
OperationMetricAvailability
Defines how often data for a metric becomes available.
Name | Type | Description |
---|---|---|
blobDuration |
string |
Blob created in the customer storage account, per hour. |
timeGrain |
string |
The granularity for the metric. |
OperationMetricDimension
Defines the metric dimension.
Name | Type | Description |
---|---|---|
displayName |
string |
The display name of the metric dimension. |
name |
string |
The name of the dimension for the metric. |
toBeExportedForShoebox |
boolean |
Whether the dimension should be exported to Azure Monitor. |
OperationMetricSpecification
Details about an operation related to metrics.
Name | Type | Description |
---|---|---|
aggregationType |
string |
The type of metric aggregation. |
availabilities |
Defines how often data for metrics becomes available. |
|
dimensions |
Defines the metric dimension. |
|
displayDescription |
string |
The description of the metric. |
displayName |
string |
Localized display name of the metric. |
enableRegionalMdmAccount |
string |
Whether or not the service is using regional MDM accounts. |
name |
string |
The name of the metric. |
sourceMdmAccount |
string |
The name of the MDM account. |
sourceMdmNamespace |
string |
The name of the MDM namespace. |
unit |
string |
The unit that the metric is measured in. |
OperationServiceSpecification
Details about a service operation.
Name | Type | Description |
---|---|---|
logSpecifications |
Details about operations related to logs. |
|
metricSpecifications |
Details about operations related to metrics. |