OceanBase logo

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

Product Overview
DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Resources

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS

OceanBase Cloud

OceanBase Database

Tools

Connectors and Middleware

QUICK START

OceanBase Cloud

OceanBase Database

BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Company

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

International - English
中国站 - 简体中文
日本 - 日本語
Sign In
Start on Cloud

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

Product Overview
DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS
OceanBase CloudOceanBase Database
ToolsConnectors and Middleware
QUICK START
OceanBase CloudOceanBase Database
BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

Start on Cloud
编组
All Products
    • Databases
    • iconOceanBase Database
    • iconOceanBase Cloud
    • iconOceanBase Tugraph
    • iconInteractive Tutorials
    • iconOceanBase Best Practices
    • Tools
    • iconOceanBase Cloud Platform
    • iconOceanBase Migration Service
    • iconOceanBase Developer Center
    • iconOceanBase Migration Assessment
    • iconOceanBase Admin Tool
    • iconOceanBase Loader and Dumper
    • iconOceanBase Deployer
    • iconKubernetes operator for OceanBase
    • iconOceanBase Diagnostic Tool
    • iconOceanBase Binlog Service
    • Connectors and Middleware
    • iconOceanBase Database Proxy
    • iconEmbedded SQL in C for OceanBase
    • iconOceanBase Call Interface
    • iconOceanBase Connector/C
    • iconOceanBase Connector/J
    • iconOceanBase Connector/ODBC
    • iconOceanBase Connector/NET
icon

OceanBase Cloud

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogWhite PaperLive DemosTraining & CertificationTicket
    Company
    About OceanBaseTrust CenterLegalPartnerContact Us
    Follow Us

    © OceanBase 2026. All rights reserved

    Cloud Service AgreementPrivacy PolicySecurity
    Contact Us
    Document Feedback
    1. Documentation Center
    2. OceanBase Cloud
    iconOceanBase Cloud
    Databases
    • OceanBase Database
    • OceanBase Cloud
    • OceanBase Tugraph
    • Interactive Tutorials
    • OceanBase Best Practices
    Tools
    • OceanBase Cloud Platform
    • OceanBase Migration Service
    • OceanBase Developer Center
    • OceanBase Migration Assessment
    • OceanBase Admin Tool
    • OceanBase Loader and Dumper
    • OceanBase Deployer
    • Kubernetes operator for OceanBase
    • OceanBase Diagnostic Tool
    • OceanBase Binlog Service
    Connectors and Middleware
    • OceanBase Database Proxy
    • Embedded SQL in C for OceanBase
    • OceanBase Call Interface
    • OceanBase Connector/C
    • OceanBase Connector/J
    • OceanBase Connector/ODBC
    • OceanBase Connector/NET

      DescribeTenantSecurityConfigs

      Last Updated:2026-04-14 07:33:37  Updated
      Share
      What is on this page
      Overview
      API details
      Constraints
      Request path
      Request parameters
      Response parameters
      Examples
      Request example
      Response example

      folded

      Share

      Overview

      You can call this API to query the security configuration detection items of a tenant.

      API details

      Constraints

      The caller must have an AccessKey for accessing APIs of OceanBase Cloud. For information about how to obtain the AccessKey ID and AccessKey secret, see Manage AccessKeys.

      Request path

      GET /api/v2/instances/{instanceId}/security/tenantSecurityConfig

      Request parameters

      Path

      Name
      Type
      Required
      Description
      Example value
      instanceId String Yes The ID of the OceanBase Cloud instance. ob317v4uif****

      Query

      Name
      Type
      Required
      Description
      Example value
      tenantId String No The ID of the tenant. t4louaeei****
      checkId String No The unique identifier of the security detection. ****
      requestId String Yes The request ID, which is used for tracing. dc302d76-66b5-48d8-ab53-a035********

      Response parameters

      Parameter
      Type
      Description
      Example value
      requestId String The request ID. 523E7183-1490-590D-BA03-12DFD316614B
      data Object The detection result of the security configuration. -
      data.totalCheckCount Integer The total number of security configuration detection items. 4
      data.totalRiskCount Integer The total number of detected risk items. 0
      data.tenantSecurityConfigs Array The list of detection results of each tenant. -
      data.tenantSecurityConfigs[].tenantId String The ID of the tenant. xxx
      data.tenantSecurityConfigs[].tenantName String The name of the tenant. xxx
      data.tenantSecurityConfigs[].riskCount Integer The number of risk items of the tenant. 0
      data.tenantSecurityConfigs[].securityConfigs Array The list of risk items of the tenant. -
      data.tenantSecurityConfigs[].securityConfigs[].configGroup String The risk group. WHITELIST
      data.tenantSecurityConfigs[].securityConfigs[].configName String The name of the risk item. WHITELIST_RANGE_LARGE
      data.tenantSecurityConfigs[].securityConfigs[].risk Boolean Indicates whether a risk exists. true
      data.tenantSecurityConfigs[].securityConfigs[].riskDescription String The description of the risk. The whitelist is opened too broadly. We recommend that you set it as needed.
      data.tenantSecurityConfigs[].securityConfigs[].configDescription String The name of the detection item. Check whether the whitelist range of the cluster is too broad.
      data.checkId String The unique identifier of the security detection. xxx
      data.instanceId String The ID of the OceanBase Cloud instance. ob317v4uif****
      data.checkTime String The time when the security detection was performed. 2023-08-07 15:30:00
      success Boolean Indicates whether the call was successful. true

      Examples

      Request example

      curl --digest -u '<Your ak:sk>' \
          -X GET \
          'https://api-cloud.oceanbase.com/api/v2/instances/{instanceId}/security/tenantSecurityConfig?requestId={requestId}'
      

      Response example

      JSON format

      {
        "data": {
          "totalCheckCount": 4,
          "totalRiskCount": 0,
          "tenantSecurityConfigs": [
            {
              "tenantId": "xxx",
              "tenantName": "xxx",
              "riskCount": 0,
              "securityConfigs": [
                {
                  "configGroup": "WHITELIST",
                  "configName": "WHITELIST_RANGE_LARGE",
                  "risk": true,
                  "riskDescription": "The whitelist is opened too broadly. We recommend that you set it as needed.",
                  "configDescription": "Check whether the whitelist range of the cluster is too broad."
                }
              ]
            }
          ],
          "checkId": "xxx",
          "instanceId": "ob317v4uif****",
          "checkTime": "2023-08-07 15:30:00"
        },
        "requestId": "523E7183-1490-590D-BA03-12DFD316614B",
        "success": true
      }
      

      Previous topic

      DeleteSecurityIpGroup
      Last

      Next topic

      DescribeInstanceSecurityConfigs
      Next
      What is on this page
      Overview
      API details
      Constraints
      Request path
      Request parameters
      Response parameters
      Examples
      Request example
      Response example