获取Domain级Token
POST https://iam.cn-north-1.myhuaweicloud.com/v3/auth/tokens
Content-Type: application/json
{
"auth": {
"identity": {
"methods": [
"password"
],
"password": {
"user": {
"name": "username",
"password": "********",
"domain": {
"name": "domainname"
}
}
}
},
"scope": {
"domain": {
"id": "xxxxxxxxxxxxxxxxxx"
}
}
}
}
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.