Console API
  1. S3
Console API
  • User
    • User Info
      GET
  • Tenant / Regions
    • Get Regions & Tenant info
      GET
    • Get Tenant Info
      GET
  • VPC
    • Get VPC List
      GET
    • Rename VPC
      PUT
  • Images
    • Get images
      GET
  • Flavors
    • Get flavors
      GET
  • Storage Policy
    • List
      GET
  • Instances
    • List
      GET
    • Detail
      GET
    • Security Group
      GET
    • Create instance
      POST
    • Power off
      POST
    • Reboot
      POST
    • Power on
      POST
    • Terminate
      POST
    • Resize
      POST
    • Lock Termination
      POST
    • Rename
      POST
    • Manage tag
      POST
  • Subnet
    • List
    • Create
    • Rename
    • Delete
    • Manage tags
  • Security group
    • Security Group List
    • Security Group Detail
    • Rule Types
    • Create Security Group
    • Create Rule
    • Apply to private ip
    • Delete Rule
    • Delete security group
    • Manage tag
  • Floating IP
    • List
    • Allocate
    • Connect to instance
    • Disconnect
    • Release
    • Manage tag
  • Activity Logs
    • List
  • Tags
    • Lists
  • Iam
    • Add user to user group
    • Get all user groups
    • Create user group
    • Update user group
    • Get roles
    • Get user vpcs
  • Billing
    • Bill
      • Get bills by date
      • Get Bills by paging
      • Bill Info
      • Bill service types
  • Project
    • Get projects
  • S3
    • Get bucket policy
      GET
    • List buckets
      GET
    • Get s3 service enabled
      GET
  1. 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
Previous
List buckets
Built with