Cloud Managed Networks

 View Only
Expand all | Collapse all

Aruba Central API. Retrieve background image

This thread has been viewed 8 times
  • 1.  Aruba Central API. Retrieve background image

    Posted Nov 27, 2020 07:17 AM
    Hello all,

    When I request the below with the correct floor_id the response is text. How do I convert the text to a image format?

    • GET /visualrf_api/v1/floor/{floor_id}/image-Retrieves background image from a specific floor plan.


    ------------------------------
    Jason
    ------------------------------


  • 2.  RE: Aruba Central API. Retrieve background image
    Best Answer

    Posted Jan 05, 2021 11:08 AM
    The images are transported as a base64

    There are tools online for base64 image decoding. I used this one: -

    https://www.base64decode.net/base64-image-decoder



    ------------------------------
    Jason
    ------------------------------