You are not logged in.
ListIndirectPartners
A Huawei Cloud distributor can query its associated Huawei Cloud resellers.
For details, visit here.
This API can only be invoked using the AK/SK or token of Huawei Cloud distributors.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
X-Auth-Token | string | header | Yes | Call with partner token |
Name | Type | Mandatory | Description |
---|---|---|---|
account_name | string | No | Account name of a reseller.If this parameter is not included in the request parameters, is set to "", or is set to null, it cannot be used as a filter criterion. |
associated_on_begin | string | No | Start time of the association between a reseller and a distributor.The time is in the UTC format (time zone is required), for example, 2016-03-28T00:00:00Z.If this parameter is not included in the request parameters or is set to null, it cannot be used as a filter criterion. |
associated_on_end | string | No | End time of the association between a reseller and a distributor.The time is in the UTC format (time zone is required), for example, 2016-03-28T00:00:00Z.If this parameter is not included in the request parameters or is set to null, it cannot be used as a filter criterion. |
offset | integer | No | Offset, starting from 0. The default value is 0. |
limit | integer | No | Maximum number of records in each query. The default value is 10. |
indirect_partner_id | string | No | Reseller ID.This parameter is mandatory if you want to query a specific reseller. |
Querying the List of Huawei Cloud Resellers Response
Name | Type | Description |
---|---|---|
count | integer | Number of records that meet the search conditions. This parameter is returned only when the operation is successful. |
indirect_partners | Array of IndirectPartnerInfo objects | Reseller list. |
Name | Type | Description |
---|---|---|
indirect_partner_id | string | Reseller ID. |
mobile_phone | string | Mobile number of a reseller. |
email | string | Email address of a reseller. |
account_name | string | Account name of a reseller. |
name | string | Reseller name. |
associated_on | string | Time when a reseller is associated with a Huawei Cloud distributor.The time is in the UTC format (time zone is required), for example, 2016-03-28T00:00:00Z. |
account_manager_id | string | Account name of an account manager for login |
account_manager_name | string | Account manager name. |
Invalid parameter.
"POST https://bss-intl.myhuaweicloud.com/v2/partners/indirect-partners/query"
{
"account_name": "account_name",
"associated_on_begin": "2017-12-17T10:32:02Z",
"associated_on_end": "2017-12-17T10:32:02Z",
"offset": 0,
"limit": 10,
"indirect_partner_id": "c9e731c4663646988ef4cdb3122837b6"
}
Querying the List of Huawei Cloud Resellers Response
{
"count": 1,
"indirect_partners": [
{
"indirect_partner_id": "c9e731c4663646988ef4cdb3122837b6",
"mobile_phone": "186xxxxxxxxx",
"email": "xxx@huawei.com",
"account_name": "account_name",
"name": "account_name2",
"associated_on": "2017-12-17T10:32:02Z",
"account_manager_id": "manager_id",
"account_manager_name": "manager_name"
}
]
}