edge-controller

Get Edge Upgrade Instructions (getEdgeUpgradeInstructions)

Get an upgrade instructions for provided edge version.

Available for users with 'TENANT_ADMIN' authority.

get/api/edge/instructions/upgrade/{edgeVersion}/{method}

Path parameters

edgeVersionstring required

Edge version

method'docker' | 'ubuntu' | 'centos' required

Upgrade method ('docker', 'ubuntu' or 'centos')

Response

OK

instructionsstring

Markdown with install/upgrade instructions

Changes