POST http://sdk.ddyun.com/api/DelPresetApp
删除预置应用
Request Information
URI Parameters
None.
Body Parameters
DelPresetAppParamName | Description | Type | Additional information |
---|---|---|---|
apppackagename |
应用包名 |
string |
None. |
appname |
应用名称 |
string |
None. |
nodeidstr |
目标宿主机Id,多个则以逗号分隔 |
string |
None. |
appkey |
商户Key |
string |
None. |
timestamp |
时间戳 |
integer |
None. |
noncestr |
随机字符,使签名不可预测 |
string |
None. |
sign |
签名信息 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppPackageName": "sample string 1", "AppName": "sample string 2", "NodeIdStr": "sample string 3", "AppKey": "sample string 4", "Timestamp": 5, "NonceStr": "sample string 6", "Sign": "sample string 7" }
application/x-www-form-urlencoded
Sample:
AppPackageName=&AppName=&NodeIdStr=&AppKey=&Timestamp=0&NonceStr=&Sign=
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
删除预置应用
SDKBaseResultOfDelPresetAppResultName | Description | Type | Additional information |
---|---|---|---|
data | DelPresetAppResult |
None. |
|
code |
错误码 |
SDKResultCode |
None. |
msg |
错误消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskId": 1 }, "Code": 0, "Msg": "sample string 1" }