Updated on 2024-01-29 GMT+08:00

Querying Customers' Budgets

Function

This API is used to query the budget of a customer for the partner to determine whether to adjust the budget.

Click here to learn about how to query the budget of a customer.

Constraints

This API can be invoked only by the partner account AK/SK or token.

Debugging

You can debug the API in API Explorer which supports automatic authentication. API Explorer can automatically generate and debug example SDK code.

URI

GET /v2/partners/sub-customers/budget

The following table describes the parameters.

Table 1 Query parameters

Parameter

Mandatory

Type

Value Limit

Description

customer_id

Yes

String

64

Customer account ID. You can call the API in Querying Customers to obtain the customer ID.

indirect_partner_id

No

String

64

Reseller ID. For details about how to obtain the ID, see Querying the List of Huawei Cloud Resellers. This parameter is mandatory for querying the list of customers of a Huawei Cloud reseller. In other cases, this parameter will not be used.

Request

Request Parameters

None

Request sample

GET https://bss-intl.myhuaweicloud.com/v2/partners/sub-customers/budget?customer_id=06ffbcd46880d3f30f62c001a49be460&indirect_partner_id=0b5e9bb21980d20c0f0fc00874a9e000 HTTP/1.1
Content-Type: application/json
X-Auth-Token: MIIPAgYJKoZIhvcNAQcCo...ggg1BBIINPXsidG9rZ

Response

Response Parameters

Parameter

Type

Value Limit

Description

error_code

String

20

Error code. For details, see Returned Values. This parameter is returned only when a failure occurs.

error_msg

String

2000

Error description. This parameter is returned only when a failure occurs.

budget_amount

BigDecimal

-

Initial budget.

used_amount

BigDecimal

-

Used budget. The data displayed in the system may have certain deviation and latency.

measure_id

Integer

-

Unit:

1: dollar

currency

String

4

Currency:

USD

budget_type

String

-

Budget type

MONTHLY: Monthly budgets

PACKAGE: One-time budgets

Response sample

HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: length
Date: response time  
{
    "budget_amount": 50.0,
    "used_amount": 1.0,
    "measure_id": 1,
    "currency": "USD",
    "budget_type":"MONTHLY"
}

Returned Values

  • 4xx: This class of HTTP status code is intended for situations in which the error seems to have been caused by the client, for example, the request contains bad syntax or incorrect parameters. You must ensure the request is correct.
  • 5xx: This class of HTTP status code is intended for cases in which the Huawei Cloud server is aware that it has encountered an error or is otherwise incapable of performing the request. In this case, contact Huawei Cloud customer service.

HTTP Value

Error Code

Description

400

CBC.0100

Parameter error.

400

CBC.99000037

You do not have the permission to operate this Huawei Cloud reseller.

400

CBC.99005024

This API cannot be invoked because the association type of the customer is incorrect.

403

CBC.0151

Access denied.

403

CBC.0150

Invalid operation.

500

CBC.0999

Other errors.