Querying the Endpoints
Function
This API is used to query the endpoints.
Calling Method
For details, see Calling APIs.
URI
GET /v1/serviceconnection/endpoints
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_uuid |
Yes |
String |
Project UUID. |
region_name |
Yes |
String |
Region name. |
module_id |
No |
String |
Module ID. |
offset |
No |
Integer |
Page number. |
limit |
No |
Integer |
Number of records on each page. |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
error |
ErrorInfo object |
Error information. |
result |
EndpointList object |
Endpoint list information. |
status |
String |
Status value. |
Parameter |
Type |
Description |
---|---|---|
code |
String |
Error code. |
message |
String |
Error Information. |
Parameter |
Type |
Description |
---|---|---|
endpoints |
Array of Endpoint objects |
Endpoint information. |
total |
Integer |
Quantity. |
Parameter |
Type |
Description |
---|---|---|
created_by |
EndpointCreatorInfo object |
Endpoint information. |
data |
Object |
Endpoint data. |
module_id |
String |
Module ID. |
name |
String |
Module name (for search). |
project_uuid |
String |
Project UUID. |
region_name |
String |
Region name. |
url |
String |
URL. |
uuid |
String |
Endpoint ID. |
Example Requests
None
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
200 |
OK |
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