Queries the details of an extension.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ExtensionCode | string | Yes | The unique code of the extension. | ce4*********086da5 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0000-ABCD-EFG",
"Extension": {
"ExtensionCode": "ce4*********086da5",
"ExtensionName": "",
"ExtensionDesc": "",
"HelpDocUrl": "https://www.aliyun.com/",
"Status": 0,
"ProjectTesting": 13552,
"DetailUrl": "https://www.aliyun.com/",
"ParameterSetting": "extension.project.disabled=projectId1,projectId2,projectId3",
"OptionSetting": "",
"BindEventList": [
{
"EventCode": "commit-file",
"EventName": ""
}
],
"EventCategoryList": [
{
"CategoryCode": "file-change",
"CategoryName": ""
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.