A cloud service can be deployed globally or at the project level.
-The following shows an example of a project-level service request:
Replace the texts in italic with actual ones. For details, see Identity and Access Management API Reference.
Log in to the management console, click your username in the upper right corner, and choose My Credential from the drop-down list. On the My Credentials page, obtain your username, domain name, and project ID.
@@ -19,17 +19,17 @@
],
"password": {
"user": {
- "name": "
username", // IAM username
- "password": "
password", // IAM user password
+ "name": "
username", // IAM username
+ "password": "
password", // IAM user password
"domain": {
- "name": "
domainname" // Name of the domain to which the IAM user belongs
+ "name": "
domainname" // Name of the domain to which the IAM user belongs
}
}
}
},
"scope": {
"
project": {
- "id": "
0215ef11e49d4743be23dd97a1561e91" // Project ID
+ "id": "
0215ef11e49d4743be23dd97a1561e91" // Project ID
}
}
}
@@ -44,17 +44,17 @@
],
"password": {
"user": {
- "name": "
username", // IAM username
- "password": "
password", // IAM user password
+ "name": "
username", // IAM username
+ "password": "
password", // IAM user password
"domain": {
- "name": "
domainname" // Name of the domain to which the IAM user belongs
+ "name": "
domainname" // Name of the domain to which the IAM user belongs
}
}
}
},
"scope": {
"
domain": {
- "name": "
domainname" // Name of the domain to which the IAM user belongs
+ "name": "
domainname" // Name of the domain to which the IAM user belongs
}
}
}