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

FieldData TypeValuesDescription
packageNameStringDefault: NULL ova, iso, windows, googleRefers 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"
}