This API is used to download gateway files from the OpsRamp download server.
URL
GET https://{api-url}/api/v2/download/gateway/{packageName}
Sample URLs
https://{api-url}/api/v2/download/gateway/iso
Supported fields
Field | Data Type | Values | Description |
---|---|---|---|
packageName | String | Default: NULL ova, iso, windows, google | Refers to the gateway package. |
Status code
200 OK
Sample response
{
"expires_in":900,
"url":"https://dl01.vistanet.jp/itop/download/gateway/d3873201-c303-4846-8ce4-b9fd4cf1306b"
}