Workflows - Get
워크플로를 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}?api-version=2016-06-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
리소스 그룹 이름입니다. |
subscription
|
path | True |
string |
구독 ID입니다. |
workflow
|
path | True |
string |
워크플로 이름. |
api-version
|
query | True |
string |
API 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
보안
azure_auth
Azure Active Directory OAuth2 Flow.
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
예제
Get a workflow
샘플 요청
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow?api-version=2016-06-01
샘플 응답
{
"properties": {
"provisioningState": "Succeeded",
"createdTime": "2018-04-25T01:39:21.4365247Z",
"changedTime": "2018-08-09T22:54:54.3533634Z",
"state": "Enabled",
"version": "08586677515911718341",
"accessEndpoint": "http://tempuri.org",
"integrationAccount": {
"name": "test-integration-account",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account",
"type": "Microsoft.Logic/integrationAccounts"
},
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"triggers": {},
"actions": {},
"outputs": {}
},
"parameters": {}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow",
"name": "test-workflow",
"type": "Microsoft.Logic/workflows",
"location": "brazilsouth",
"tags": {}
}
정의
Name | Description |
---|---|
Object | |
Parameter |
|
Resource |
리소스 참조입니다. |
Sku |
sku 형식입니다. |
Sku |
sku 이름입니다. |
Workflow |
워크플로 유형입니다. |
Workflow |
워크플로 매개 변수입니다. |
Workflow |
|
Workflow |
Object
ParameterType
값 | Description |
---|---|
Array | |
Bool | |
Float | |
Int | |
NotSpecified | |
Object | |
SecureObject | |
SecureString | |
String |
ResourceReference
리소스 참조입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
name |
string |
리소스 이름을 가져옵니다. |
type |
string |
리소스 종류를 가져옵니다. |
Sku
sku 형식입니다.
Name | 형식 | Description |
---|---|---|
name |
이름입니다. |
|
plan |
계획에 대한 참조입니다. |
SkuName
sku 이름입니다.
값 | Description |
---|---|
Basic | |
Free | |
NotSpecified | |
Premium | |
Shared | |
Standard |
Workflow
워크플로 유형입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
location |
string |
리소스 위치입니다. |
name |
string |
리소스 이름을 가져옵니다. |
properties.accessEndpoint |
string |
액세스 엔드포인트를 가져옵니다. |
properties.changedTime |
string (date-time) |
변경된 시간을 가져옵니다. |
properties.createdTime |
string (date-time) |
만든 시간을 가져옵니다. |
properties.definition | ||
properties.integrationAccount |
통합 계정입니다. |
|
properties.parameters |
<string,
Workflow |
매개 변수입니다. |
properties.provisioningState |
프로비전 상태를 가져옵니다. |
|
properties.sku |
sku입니다. |
|
properties.state |
상태입니다. |
|
properties.version |
string |
버전을 가져옵니다. |
tags |
object |
리소스 태그입니다. |
type |
string |
리소스 종류를 가져옵니다. |
WorkflowParameter
워크플로 매개 변수입니다.
Name | 형식 | Description |
---|---|---|
description |
string |
설명입니다. |
metadata |
메타데이터입니다. |
|
type |
형식입니다. |
|
value |
값입니다. |
WorkflowProvisioningState
값 | Description |
---|---|
Accepted | |
Canceled | |
Completed | |
Created | |
Creating | |
Deleted | |
Deleting | |
Failed | |
Moving | |
NotSpecified | |
Ready | |
Registered | |
Registering | |
Running | |
Succeeded | |
Unregistered | |
Unregistering | |
Updating |
WorkflowState
값 | Description |
---|---|
Completed | |
Deleted | |
Disabled | |
Enabled | |
NotSpecified | |
Suspended |