- User
- Tenant / Regions
- VPC
- Images
- Flavors
- Storage Policy
- Instances
- Subnet
- Security group
- Floating IP
- Activity Logs
- Tags
- Iam
- Billing
- Project
- S3
Get s3 service enabled
Developing
GET
/api/v1/vmware/vpc/71870cb3-b342-4da6-ba2a-7b66bf1d2192/s3/check-service-enabled
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
check_unlimited
string
required
Example:
undefined
Header Params
Authorization
string
required
Example:
xxxx
OrgId
string
required
Example:
0f00f603-c9b6-422b-9049-7f19e7dac663
Cookie
string
required
Example:
xxxxxxxx
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/71870cb3-b342-4da6-ba2a-7b66bf1d2192/s3/check-service-enabled?check_unlimited=undefined' \
--header 'Authorization: xxxx' \
--header 'OrgId: 0f00f603-c9b6-422b-9049-7f19e7dac663' \
--header 'Cookie: xxxxxxxx'
Responses
🟢200Success
application/json
Body
data
array [object {11}]
required
s3_service_name
string
required
s3_service_id
string
required
s3_service_zone_id
string
required
s3_platform
string
required
default_user
null
required
migrate_quota
integer
required
sync_quota
integer
required
rgw_total_nodes
integer | null
required
rgw_user_active_nodes
integer | null
required
project_id
string
required
has_unusual_config
null
required
total
integer
required
Example
{
"data": [
{
"s3_service_name": "HN-02",
"s3_service_id": "2f2f57b6-e242-421f-87e6-18f42657cdb3",
"s3_service_zone_id": "han02",
"s3_platform": "ceph",
"default_user": null,
"migrate_quota": 3,
"sync_quota": 3,
"rgw_total_nodes": 4,
"rgw_user_active_nodes": 2,
"project_id": "bd9dd6d2-8ade-4c1e-8d2a-fc191fd3272d",
"has_unusual_config": null
},
{
"s3_service_name": "HN-01",
"s3_service_id": "a3f4774c-8538-4677-a282-1b9d0543409b",
"s3_service_zone_id": "fpt",
"s3_platform": "ceph",
"default_user": null,
"migrate_quota": 3,
"sync_quota": 3,
"rgw_total_nodes": null,
"rgw_user_active_nodes": null,
"project_id": "bd9dd6d2-8ade-4c1e-8d2a-fc191fd3272d",
"has_unusual_config": null
},
{
"s3_service_name": "HCM-02",
"s3_service_id": "d8c82109-3d17-4ac2-8b21-5fedb2d81c54",
"s3_service_zone_id": "sgn10",
"s3_platform": "ceph",
"default_user": null,
"migrate_quota": 3,
"sync_quota": 3,
"rgw_total_nodes": 13,
"rgw_user_active_nodes": 4,
"project_id": "bd9dd6d2-8ade-4c1e-8d2a-fc191fd3272d",
"has_unusual_config": null
}
],
"total": 3
}
Modified at 2025-06-07 08:27:54