다음을 통해 공유


Notification Hubs - Debug Send

푸시 알림 보내기를 테스트합니다.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}/debugsend?api-version=2023-09-01

URI 매개 변수

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

string

네임스페이스 이름

regex 패턴: ^[a-zA-Z][a-zA-Z0-9-]*$

notificationHubName
path True

string

알림 허브 이름

regex 패턴: ^[a-zA-Z][a-zA-Z0-9-./_]*$

resourceGroupName
path True

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

subscriptionId
path True

string

uuid

대상 구독의 ID입니다. 값은 UUID여야 합니다.

api-version
query True

string

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK

DebugSendResponse

Success

Other Status Codes

ErrorResponse

이유가 있는 오류 코드입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

NotificationHubs_DebugSend

샘플 요청

POST https://management.azure.com/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/notificationHubs/nh-sdk-hub/debugsend?api-version=2023-09-01

샘플 응답

{
  "properties": {
    "success": 0,
    "failure": 0,
    "results": []
  },
  "id": "/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/resourceGroups/5ktrial/providers/Microsoft.NotificationHubs/namespaces/nh-sdk-ns/notificationHubs/test",
  "name": "test",
  "type": "Microsoft.NotificationHubs/namespaces/notificationHubs/debugSend"
}

정의

Name Description
createdByType

리소스를 만든 ID의 형식입니다.

DebugSendResponse

NotificationHub 리소스에 대한 설명입니다.

DebugSendResult

DebugSend 작업의 결과입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

RegistrationResult

단일 등록에 대한 알림 결과입니다.

systemData

리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.

createdByType

리소스를 만든 ID의 형식입니다.

Name 형식 Description
Application

string

Key

string

ManagedIdentity

string

User

string

DebugSendResponse

NotificationHub 리소스에 대한 설명입니다.

Name 형식 Description
id

string

리소스에 대한 정규화된 리소스 ID입니다. 예: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

location

string

사용되지 않음 - 호환성을 위해서만 사용됩니다.

name

string

리소스의 이름입니다.

properties

DebugSendResult

DebugSend 작업의 결과입니다.

systemData

systemData

createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.

tags

object

사용되지 않음 - 호환성을 위해서만 사용됩니다.

type

string

리소스 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

DebugSendResult

DebugSend 작업의 결과입니다.

Name 형식 Description
failure

integer

보내기 실패를 가져오거나 설정합니다.

results

RegistrationResult[]

실제 실패 설명을 가져오거나 설정합니다.

success

integer

성공적인 보내기를 가져오거나 설정합니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

Error 개체.

RegistrationResult

단일 등록에 대한 알림 결과입니다.

Name 형식 Description
applicationPlatform

string

PNS 유형입니다.

outcome

string

알림 결과입니다.

pnsHandle

string

PNS 핸들입니다.

registrationId

string

등록 ID입니다.

systemData

리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.

Name 형식 Description
createdAt

string

UTC(리소스 만들기)의 타임스탬프입니다.

createdBy

string

리소스를 만든 ID입니다.

createdByType

createdByType

리소스를 만든 ID의 형식입니다.

lastModifiedAt

string

리소스 마지막 수정의 타임스탬프(UTC)

lastModifiedBy

string

리소스를 마지막으로 수정한 ID입니다.

lastModifiedByType

createdByType

리소스를 마지막으로 수정한 ID 유형입니다.