Generates a software development kit (SDK) for an API group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:SdkGenerateByGroup |
create |
*ApiGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupId |
string |
Yes |
The ID of the API group. This ID is generated by the system and is globally unique. |
1a991a450b9548a1a3df38fd3af117c2 |
| Language |
string |
Yes |
The language of the response. Valid values: - zh-cn (default): Chinese. - en-us: English. |
java |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DownloadLink |
string |
The download link. |
http://oss-bucket/object |
| RequestId |
string |
The ID of the request. |
D0075BDA-8AED-5073-A70A-FE44E86AB20F |
Examples
Success response
JSON format
{
"DownloadLink": "http://oss-bucket/object",
"RequestId": "D0075BDA-8AED-5073-A70A-FE44E86AB20F"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.