This section discusses about Using Avi Load Balancer REST API.

  • Use the following API to upgrade the Controller to a base image.

    API: /api/upgrade

    Method: POST

    JSON Data:

    { 
    'image_uuid': 'image-b8adc2bd-d27f-469d-b78d-5e2bc14a14e4' 
    }
  • Use the following API to upgrade the Controller to a base image and the Avi Load Balancer Controller patch.

    API: /api/upgrade

    Method: POST

    JSON Data:

    {
      'image_uuid': 'image-b8adc2bd-d27f-469d-b78d-5e2bc14a14e4',
      'controller_patch_uuid': 'image-e3aaad68-5aaf-485a-8bd9-1db3ec562d6a'
    }