고객의 구독에 대한 사용량 요약 가져오기
적용 대상: 파트너 센터 | Microsoft Cloud for US Government 파트너 센터
SubscriptionUsageSummary 리소스를 사용하여 고객에 대한 구독 사용 요약을 가져올 수 있습니다. 이 리소스는 현재 청구 기간 동안 특정 Azure 서비스 또는 리소스의 구독 사용량 요약을 나타냅니다.
필수 구성 요소
자격 증명(파트너 센터 인증에서 설명). 이 시나리오는 앱 + 사용자 자격 증명을 사용한 인증만 지원합니다.
고객 ID (
customer-tenant-id
). 고객의 ID를 모르는 경우 고객 작업 영역, 고객 목록에서 고객, 계정을 차례로 선택하여 파트너 센터에서 조회할 수 있습니다. 고객 계정 페이지의 고객 계정 정보 섹션에서 Microsoft ID를 찾습니다. Microsoft ID는 고객 ID(customer-tenant-id
)와 동일합니다.구독 식별자
C#
고객의 구독에 대한 구독 사용 요약을 얻으려면 다음을 수행합니다.
IAggregatePartner.Customers 컬렉션을 사용하여 ById() 메서드를 호출합니다.
그런 다음 Subscriptions 속성과 UsageSummary 속성을 호출합니다. Get() 또는 GetAsync() 메서드를 호출하여 마칩니다.
// IAggregatePartner partnerOperations; // var selectedCustomerId as string; // var selectedSubscriptionId as string; var subscriptionUsageSummary = partnerOperations.Customers.ById(selectedCustomerId).Subscriptions.ById(selectedSubscriptionId).UsageSummary.Get();
예제는 다음을 참조하세요.
- 샘플: 콘솔 테스트 앱
- 프로젝트: PartnerSDK.FeatureSamples
- 클래스: GetSubscriptionUsageSummary.cs
REST 요청
요청 구문
방법 | 요청 URI |
---|---|
GET | {baseURL}/v1/customers/{customer-tenant-id}/subscriptions/{subscription-id}/usagesummary HTTP/1.1 |
URI 매개 변수
이 표에는 고객의 등급 사용량 정보를 가져오는 데 필요한 쿼리 매개 변수가 나열됩니다.
Name | 형식 | 필수 | Description |
---|---|---|---|
customer-tenant-id | guid | Y | 고객에 해당하는 GUID입니다. |
subscription-id | guid | Y | 구독의 식별자에 해당하는 GUID입니다. Azure 플랜의 경우 Azure 플랜을 나타내는 해당 파트너 센터 구독 리소스의 식별자입니다. Azure 플랜 구독 리소스의 경우 이 경로에서 plan-id 를 subscription-id 로 제공합니다. |
요청 헤더
자세한 내용은 파트너 센터 REST 헤더를 참조하세요.
요청 본문
없음
요청 예제
GET https://api.partnercenter.microsoft.com/v1/customers/{customer-tenant-id}/subscriptions/{subscription-id}/usagesummary HTTP/1.1
Authorization: Bearer <token>
Accept: application/json
MS-RequestId: e128c8e2-4c33-4940-a3e2-2e59b0abdc67
MS-CorrelationId: aaaa0000-bb11-2222-33cc-444444dddddd
REST 응답
성공하면 이 메서드는 응답 본문에 SubscriptionUsageSummary 리소스를 반환합니다.
응답 성공 및 오류 코드
각 응답에는 성공 또는 실패와 추가 디버깅 정보를 나타내는 HTTP 상태 코드가 함께 제공됩니다. 네트워크 추적 도구를 사용하여 코드, 오류 유형 및 추가 매개 변수를 읽을 수 있습니다. 전체 목록은 오류 코드를 참조하세요.
Microsoft Azure(MS-AZR-0145P) 구독에 대한 응답 예제
이 예제에서 고객은 145P Azure PayG 제품을 구입했습니다.
Microsoft Azure(MS-AZR-0145P) 구독을 사용하는 고객의 경우 API 응답은 변경되지 않습니다.
HTTP/1.1 200 OK
Content-Length: 1120
Content-Type: application/json
MS-CorrelationId: aaaa0000-bb11-2222-33cc-444444dddddd
MS-RequestId: e128c8e2-4c33-4940-a3e2-2e59b0abdc67
Date: Tue, 17 Sep 2019 20:31:45 GMT
{
"resourceId": "a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1",
"id": "a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1",
"resourceName": "Microsoft Azure",
"name": "Microsoft Azure",
"billingStartDate": "2019-08-28T00:00:00-07:00",
"billingEndDate": "2019-09-27T00:00:00-07:00",
"totalCost": 22.861172,
"currencyLocale": "fr-FR",
"lastModifiedDate": "2019-09-01T23:04:41.193+00:00",
"links": {
"self": {
"uri": "/customers/<customer-tenant-id>/subscriptions/<subscription-id>/usagesummary",
"method": "GET",
"headers": []
}
},
"attributes": {
"objectType": "SubscriptionUsageSummary"
}
}
Azure 플랜에 대한 REST 응답 예제
이 예제에서 고객은 Azure 플랜을 구입했습니다.
Azure 플랜을 사용하는 고객의 경우 다음과 같은 API 응답 변경 내용이 있습니다.
- currencyLocale이 currencyCode로 대체됨
- usdTotalCost 는 새 필드입니다.
HTTP/1.1 200 OK
Content-Length: 1120
Content-Type: application/json
MS-CorrelationId: bbbb1111-cc22-3333-44dd-555555eeeeee
MS-RequestId: e128c8e2-4c33-4940-a3e2-2e59b0abdc67
Date: Tue, 17 Sep 2019 20:31:45 GMT
{
"resourceId": "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2",
"resourceName": "Azure plan",
"billingStartDate": "2019-09-01T00:00:00+00:00",
"billingEndDate": "2019-10-01T00:00:00+00:00",
"totalCost": 28.82860766744404945074,
"currencyCode": "GBP",
"usdTotalCost": 35.23000000000000362337,
"lastModifiedDate": "2019-09-18T17:09:26.16+00:00",
"links": {
"self": {
"uri": "/customers/<customer-tenant-id>/subscriptions/<subscription-id>/usagesummary",
"method": "GET",
"headers": []
}
},
"attributes": {
"objectType": "SubscriptionUsageSummary"
}
}