Integration Runtimes - Get Monitoring Data
Haal de bewakingsgegevens van de integratieruntime op, waaronder de bewakingsgegevens voor alle knooppunten onder deze integratieruntime.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/monitoringData?api-version=2018-06-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
factory
|
path | True |
string |
De naam van de fabriek. Regex-patroon: |
integration
|
path | True |
string |
De naam van de integratieruntime. Regex-patroon: |
resource
|
path | True |
string |
De naam van de resourcegroep. Regex-patroon: |
subscription
|
path | True |
string |
De abonnements-id. |
api-version
|
query | True |
string |
De API-versie. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK. |
|
Other Status Codes |
Er is een foutbericht ontvangen van de Azure Data Factory-service. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
IntegrationRuntimes_GetMonitoringData
Voorbeeldaanvraag
POST https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationRuntimes/exampleIntegrationRuntime/monitoringData?api-version=2018-06-01
Voorbeeldrespons
Date: Thu, 14 Jun 2018 15:27:44 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14999
x-ms-request-id: 39277952-edbe-4336-ae94-f6f42b50b5f7
x-ms-correlation-request-id: 39277952-edbe-4336-ae94-f6f42b50b5f7
{
"name": "exampleIntegrationRuntime",
"nodes": [
{
"nodeName": "Node_1",
"availableMemoryInMB": 16740,
"cpuUtilization": 15,
"concurrentJobsLimit": 28,
"concurrentJobsRunning": 0,
"sentBytes": 2.647491693496704,
"receivedBytes": 6.731423377990723
}
]
}
Definities
Name | Description |
---|---|
Cloud |
Het object dat de structuur van een Azure Data Factory foutreactie definieert. |
Integration |
Antwoord op bewakingsgegevens ophalen. |
Integration |
Bewakingsgegevens voor integration runtime-knooppunt. |
CloudError
Het object dat de structuur van een Azure Data Factory foutreactie definieert.
Name | Type | Description |
---|---|---|
error.code |
string |
Foutcode. |
error.details |
Matrix met aanvullende foutdetails. |
|
error.message |
string |
Foutbericht. |
error.target |
string |
Eigenschapsnaam/-pad in aanvraag die is gekoppeld aan een fout. |
IntegrationRuntimeMonitoringData
Antwoord op bewakingsgegevens ophalen.
Name | Type | Description |
---|---|---|
name |
string |
Naam van integratieruntime. |
nodes |
Bewakingsgegevens voor Integratieruntime-knooppunten. |
IntegrationRuntimeNodeMonitoringData
Bewakingsgegevens voor integration runtime-knooppunt.
Name | Type | Description |
---|---|---|
availableMemoryInMB |
integer |
Beschikbaar geheugen (MB) op het Integratieruntime-knooppunt. |
concurrentJobsLimit |
integer |
Maximum aantal gelijktijdige taken op het Integratieruntime-knooppunt. |
concurrentJobsRunning |
integer |
Het aantal taken dat momenteel wordt uitgevoerd op het Integratieruntime-knooppunt. |
cpuUtilization |
integer |
CPU-percentage op het Integratieruntime-knooppunt. |
maxConcurrentJobs |
integer |
Het maximum aantal gelijktijdige taken in deze integratieruntime. |
nodeName |
string |
Naam van het Integratieruntime-knooppunt. |
receivedBytes |
number |
Ontvangen bytes op het Integratieruntime-knooppunt. |
sentBytes |
number |
Verzonden bytes op het integratieruntime-knooppunt. |