Configuring Authentication Levels for Applications in Batches
Function
This API is used to configure the authentication level to project-level or instance-level for applications in batches.
Calling Method
For details, see Calling APIs.
URI
PUT /v3/applications/permission-level
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| X-Auth-Token | Yes | String | User token. It can be obtained by calling an IAM API. The value of X-Subject-Token in the response header is the user token. |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID |
| permission_level | Yes | String | Application authentication level: instance and project. |
| application_ids | Yes | Array of strings | Application ID list |
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| status | String | Request success or failure status |
Example Requests
https://{endpoint}/v3/applications/permission-level
{
"application_ids" : [ "eac65c10c5c34df1824af96ec93a9eea", "3ba2ad194ff141e39b1d3d0749242858" ],
"project_id" : "0a38ce9ba3c740c199a0f872b6163661",
"permission_level" : "instance"
} Example Responses
Status code: 200
OK: The request is successful.
{
"status" : "success"
} Status Codes
| Status Code | Description |
|---|---|
| 200 | OK: The request is successful. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.