Skip to content

Commit ea16a18

Browse files
12VamshiKrishnaVamshiKrishna Chirra (Quadrant Resource)
authored andcommitted
Initial Commit (Azure#21848)
* Initial Commit * Prettier Check Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <vamshikrishna.chirra@quadrantresource.com>
1 parent dd0778c commit ea16a18

File tree

2 files changed

+118
-0
lines changed

2 files changed

+118
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "2d03866b-587b-4e1f-a2fe-0a55958c655e",
4+
"resourceGroupName": "drage-felles-prod-rg",
5+
"workspaceName": "felles-prod-synapse-workspace",
6+
"integrationRuntimeName": "SSIS-intergrationRuntime-Drage",
7+
"integrationRuntimeOperationId": "5752dcdf918e4aecb941245ddf6ebb83",
8+
"api-version": "2021-06-01-preview"
9+
},
10+
"responses": {
11+
"200": {
12+
"headers": {
13+
"strict-Transport-Security": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
14+
"Date": "Thu, 14 Jun 2018 14:53:22 GMT",
15+
"x-ms-request-id": "19efe790-074f-4241-ae94-0422935d0f46",
16+
"x-ms-correlation-request-id": "19efe790-074f-4241-ae94-0422935d0f46",
17+
"server": "Kestrel;Microsoft-HTTPAPI/2.0"
18+
},
19+
"body": {
20+
"properties": {
21+
"status": "InProgress",
22+
"name": "5752dcdf918e4aecb941245ddf6ebb83",
23+
"properties": null,
24+
"error": null
25+
}
26+
}
27+
}
28+
}
29+
}

specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/integrationRuntime.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,64 @@
13871387
}
13881388
}
13891389
}
1390+
},
1391+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/stop/operationstatuses/{integrationRuntimeOperationId}": {
1392+
"get": {
1393+
"operationId": "Get_IntegrationRuntimeStop",
1394+
"summary": "Get integration runtime stop operation status",
1395+
"description": "Get an integration runtime stop operation status",
1396+
"tags": [
1397+
"IntegrationRuntime"
1398+
],
1399+
"deprecated": false,
1400+
"parameters": [
1401+
{
1402+
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
1403+
},
1404+
{
1405+
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
1406+
},
1407+
{
1408+
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter"
1409+
},
1410+
{
1411+
"$ref": "../../../../common/v1/types.json#/parameters/WorkspaceNameParameter"
1412+
},
1413+
{
1414+
"$ref": "#/parameters/IntegrationRuntimeNameParameter"
1415+
},
1416+
{
1417+
"name": "integrationRuntimeOperationId",
1418+
"in": "path",
1419+
"required": true,
1420+
"type": "string",
1421+
"description": "Integration runtime Operation Id"
1422+
}
1423+
],
1424+
"responses": {
1425+
"200": {
1426+
"description": "OK.",
1427+
"schema": {
1428+
"$ref": "#/definitions/IntegrationRuntimeStopOperationStatus"
1429+
}
1430+
},
1431+
"default": {
1432+
"description": "An error response received from GET integration runtime operation.",
1433+
"schema": {
1434+
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
1435+
}
1436+
}
1437+
},
1438+
"consumes": [],
1439+
"produces": [
1440+
"application/json"
1441+
],
1442+
"x-ms-examples": {
1443+
"Get integration runtime operation status": {
1444+
"$ref": "./examples/IntegrationRuntimes_Stop_OperationStatus.json"
1445+
}
1446+
}
1447+
}
13901448
}
13911449
},
13921450
"definitions": {
@@ -3160,6 +3218,37 @@
31603218
"description": "The operation error message."
31613219
}
31623220
}
3221+
},
3222+
"IntegrationRuntimeStopOperationStatus": {
3223+
"description": "Integration Runtime Operation Status Properties",
3224+
"type": "object",
3225+
"properties": {
3226+
"status": {
3227+
"enum": [
3228+
"InProgress",
3229+
"Succeeded",
3230+
"Failed"
3231+
],
3232+
"description": "status of Start Integrationruntimes.",
3233+
"type": "string",
3234+
"x-ms-enum": {
3235+
"name": "Workspace status",
3236+
"modelAsString": true
3237+
}
3238+
},
3239+
"name": {
3240+
"type": "string",
3241+
"description": "The operation name."
3242+
},
3243+
"properties": {
3244+
"type": "object",
3245+
"description": "The operation properties."
3246+
},
3247+
"error": {
3248+
"type": "string",
3249+
"description": "The operation error message."
3250+
}
3251+
}
31633252
}
31643253
},
31653254
"parameters": {

0 commit comments

Comments
 (0)