POST api/TigoApi/DeployFirmwares

批量部署固件

Request Information

URI Parameters

None.

Body Parameters

Models

DeployFirmwaresModels
NameDescriptionTypeAdditional information
SN

Collection of string

None.

BSNO

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "sn": [
    "sample string 1",
    "sample string 2"
  ],
  "bsno": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Json deploy_id 部署ID、firmware_id 固件ID、source_id CCAID、code { “0”成功、 “1”失败请重试 “2” CCAID 没找到 “3”正在部署CCA “4”没找到固件} 返回代码

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.