Querying Extension Details
Function
This API is used to query extension details.
Calling Method
For details, see Calling APIs.
URI
GET /v1/extensions/modules/{module_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
module_id |
Yes |
String |
Module ID. |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
error |
ErrorInfo object |
Error Information. |
result |
ExtensionModule object |
Detailed module information. |
status |
String |
Status value. |
Parameter |
Type |
Description |
---|---|---|
code |
String |
Error code. |
message |
String |
Error Information. |
Parameter |
Type |
Description |
---|---|---|
base_url |
String |
Basic URL. |
description |
String |
Description. |
id |
Integer |
id |
location |
String |
Endpoint. |
module_id |
String |
Module ID. |
name |
String |
Name. |
properties |
Object |
Attribute information. |
publisher |
String |
Publisher. |
type |
String |
Type. |
version |
String |
Version. |
tags |
Array of strings |
Tag. |
url_relative |
String |
Extension URL. |
properties_list |
Array of objects |
Attributes of versions. |
manifest_version |
String |
Summary version. |
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