- User
- Tenant / Regions
- VPC
- Images
- Flavors
- Storage Policy
- Instances
- Subnet
- Security group
- Floating IP
- Activity Logs
- Tags
- Iam
- Billing
- Project
- S3
Get roles
GET
api/v1/vmware/vpc/{vpc_id}/iam/all-roles
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
vpc_id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'api/v1/vmware/vpc//iam/all-roles'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"total": 1,
"items": [
{
"id": "57cbf623-465c-4ba9-88a5-569869f6f8f0",
"tenant_id": null,
"org_id": null,
"name": "Readonly",
"description": "View most resources. See the list of included permissions.",
"role_group_id": "",
"is_deleted": false,
"is_predefined": true,
"is_active": true,
"created_at": "2022-01-06T00:00:00",
"created_by": null,
"updated_at": "2022-07-29T04:20:10",
"updated_by": null,
"groupName": "Basic"
}
]
}
Modified at 2024-09-16 07:54:14