Schemas - List Content Callback Url

콘텐츠 콜백 URL을 가져옵니다.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas/{schemaName}/listContentCallbackUrl?api-version=2016-06-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
integrationAccountName
path True

string

통합 계정 이름입니다.

resourceGroupName
path True

string

리소스 그룹 이름입니다.

schemaName
path True

string

통합 계정 스키마 이름입니다.

subscriptionId
path True

string

구독 ID입니다.

api-version
query True

string

API 버전입니다.

요청 본문

Name 형식 Description
keyType

KeyType

키 형식입니다.

notAfter

string

만료 시간입니다.

응답

Name 형식 Description
200 OK

WorkflowTriggerCallbackUrl

정상

보안

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 사용자 계정 가장

예제

Get the content callback url

Sample Request

POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/schemas/testSchema/listContentCallbackUrl?api-version=2016-06-01

{
  "notAfter": "2018-04-19T16:00:00Z",
  "keyType": "Primary"
}

Sample Response

{
  "value": "https://prod-00.westus.logic.azure.com:443/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/schemas/testSchema/contents/Value?api-version=2015-08-01-preview&sp=%2Fschemas%2FtestSchema%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4",
  "method": "GET",
  "basePath": "https://prod-00.westus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/schemas/testSchema/contents/Value",
  "queries": {
    "api-version": "2015-08-01-preview"
  }
}

정의

Name Description
GetCallbackUrlParameters

콜백 URL 매개 변수입니다.

KeyType
WorkflowTriggerCallbackUrl

워크플로 트리거 콜백 URL입니다.

WorkflowTriggerListCallbackUrlQueries

워크플로 트리거 콜백 URL 쿼리 매개 변수를 가져옵니다.

GetCallbackUrlParameters

콜백 URL 매개 변수입니다.

Name 형식 Description
keyType

KeyType

키 형식입니다.

notAfter

string

만료 시간입니다.

KeyType

Name 형식 Description
NotSpecified

string

Primary

string

Secondary

string

WorkflowTriggerCallbackUrl

워크플로 트리거 콜백 URL입니다.

Name 형식 Description
basePath

string

워크플로 트리거 콜백 URL 기본 경로를 가져옵니다.

method

string

워크플로 트리거 콜백 URL HTTP 메서드를 가져옵니다.

queries

WorkflowTriggerListCallbackUrlQueries

워크플로 트리거 콜백 URL 쿼리 매개 변수를 가져옵니다.

relativePath

string

워크플로 트리거 콜백 URL 상대 경로를 가져옵니다.

relativePathParameters

string[]

워크플로 트리거 콜백 URL 상대 경로 매개 변수를 가져옵니다.

value

string

워크플로 트리거 콜백 URL을 가져옵니다.

WorkflowTriggerListCallbackUrlQueries

워크플로 트리거 콜백 URL 쿼리 매개 변수를 가져옵니다.

Name 형식 Description
api-version

string

api 버전입니다.

se

string

SAS 타임스탬프입니다.

sig

string

SAS 서명입니다.

sp

string

SAS 권한입니다.

sv

string

SAS 버전입니다.