Querying the Reference Table List
Function
This API is used to query the reference table list.
URI
GET /v1/edgesec/configuration/http/reference-table
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        enterprise_project_id  | 
      
        No  | 
      
        String  | 
      
        ID of the enterprise project. It can be obtained by calling the ListEnterpriseProject API of EPS.  | 
     
| 
        page  | 
      
        No  | 
      
        Integer  | 
      
        Page number, which is required for pagination query.  | 
     
| 
        pagesize  | 
      
        No  | 
      
        Integer  | 
      
        Number of records on each page, which is required for pagination query  | 
     
| 
        name  | 
      
        No  | 
      
        String  | 
      
        Fuzzy query of the reference table name  | 
     
Request Parameters
| 
        Parameter  | 
      
        Mandatory  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|---|
| 
        X-Auth-Token  | 
      
        Yes  | 
      
        String  | 
      
        auth token  | 
     
Response Parameters
Status code: 200
| 
        Parameter  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        total  | 
      
        Integer  | 
      
        Number of referenced tables  | 
     
| 
        items  | 
      
        Array of ShowHttpReferenceTableResponseBody objects  | 
      
        Reference table list  | 
     
| 
        Parameter  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        id  | 
      
        String  | 
      
        ID of the referenced table  | 
     
| 
        name  | 
      
        String  | 
      
        Reference table name  | 
     
| 
        type  | 
      
        String  | 
      
        Reference table type  | 
     
| 
        description  | 
      
        String  | 
      
        Reference table description  | 
     
| 
        timestamp  | 
      
        Long  | 
      
        Reference table timestamp  | 
     
| 
        values  | 
      
        Array of strings  | 
      
        Value of the reference table  | 
     
| 
        producer  | 
      
        Integer  | 
      
        Source  | 
     
Status code: 400
| 
        Parameter  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        error_code  | 
      
        String  | 
      
        Standard error code: service name.8-digit code  | 
     
| 
        error_msg  | 
      
        String  | 
      
        Detailed error information.  | 
     
| 
        encoded_authorization_message  | 
      
        String  | 
      
        If the service is integrated with IAM5.0, an IAM response must be returned when access is denied.  | 
     
Status code: 401
| 
        Parameter  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        error_code  | 
      
        String  | 
      
        Standard error code: service name.8-digit code  | 
     
| 
        error_msg  | 
      
        String  | 
      
        Detailed error information.  | 
     
| 
        encoded_authorization_message  | 
      
        String  | 
      
        If the service is integrated with IAM5.0, an IAM response must be returned when access is denied.  | 
     
Status code: 500
| 
        Parameter  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        error_code  | 
      
        String  | 
      
        Standard error code: service name.8-digit code  | 
     
| 
        error_msg  | 
      
        String  | 
      
        Detailed error information.  | 
     
| 
        encoded_authorization_message  | 
      
        String  | 
      
        If the service is integrated with IAM5.0, an IAM response must be returned when access is denied.  | 
     
Example Requests
None
Example Responses
None
Status Codes
| 
        Status Code  | 
      
        Description  | 
     
|---|---|
| 
        200  | 
      
        OK  | 
     
| 
        400  | 
      
        Request failed.  | 
     
| 
        401  | 
      
        The token does not have required permissions.  | 
     
| 
        500  | 
      
        Internal server error.  | 
     
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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot