Retrieves the details of an extension.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ExtensionCode |
string |
Yes |
The unique code of the extension. |
ce4*********086da5 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID, used to query logs and troubleshoot issues. |
0000-ABCD-EFG |
| Extension |
object |
The details of the extension. |
|
| ExtensionCode |
string |
The unique code of the extension. |
ce4*********086da5 |
| ExtensionName |
string |
The name of the extension. |
Extension name |
| ExtensionDesc |
string |
The description of the extension. |
This is a description |
| HelpDocUrl |
string |
The help documentation URL of the extension. |
https://www.aliyun.com/ |
| Status |
integer |
The extension status. Valid values: 0 (Testing), 1 (Publishing), 3 (Disabled), 4 (Processing), 5 (Approved), 6 (Approval Failed) |
0 |
| ProjectTesting |
integer |
The testing workspace ID. During testing, the extension is available only in this workspace. |
13552 |
| DetailUrl |
string |
The URL of the extension details page where users can view blocked process details. |
https://www.aliyun.com/ |
| ParameterSetting |
string |
The parameter settings of the extension. Configure extension parameters. |
extension.project.disabled=projectId1,projectId2,projectId3 |
| OptionSetting |
string |
The options defined for the extension. |
Option configuration |
| BindEventList |
array<object> |
The list of extension points. |
|
|
object |
The details of the extension point. |
||
| EventCode |
string |
The code of the extension point event. |
commit-file |
| EventName |
string |
The name of the extension point event. |
File submission pre-event |
| EventCategoryList |
array<object> |
The list of event types. |
|
|
object |
The details of the event type. |
||
| CategoryCode |
string |
The code of the event type. |
file-change |
| CategoryName |
string |
The name of the event type. |
File change event |
Examples
Success response
JSON format
{
"RequestId": "0000-ABCD-EFG",
"Extension": {
"ExtensionCode": "ce4*********086da5",
"ExtensionName": "Extension name",
"ExtensionDesc": "This is a description",
"HelpDocUrl": "https://www.aliyun.com/",
"Status": 0,
"ProjectTesting": 13552,
"DetailUrl": "https://www.aliyun.com/",
"ParameterSetting": "extension.project.disabled=projectId1,projectId2,projectId3",
"OptionSetting": "Option configuration",
"BindEventList": [
{
"EventCode": "commit-file",
"EventName": "File submission pre-event"
}
],
"EventCategoryList": [
{
"CategoryCode": "file-change",
"CategoryName": "File change event"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.