Developer

 View Only
  • 1.  WIFI GUEST USER FROM REST API ARUBA CENTRAL Portal ID String

    Posted 18 days ago
    Hello everyone, I am trying to create guest users via the API in Aruba Central. However, I keep getting an error message.
    {
      "description": "Portal is not found , id : test",
      "error_code": 404,
      "service": "Guest"
    }
     
    What is portal_id string? The splash page name?
     
    Thanks,
    Bastian


    -------------------------------------------


  • 2.  RE: WIFI GUEST USER FROM REST API ARUBA CENTRAL Portal ID String

    Posted 13 days ago

    Hi Bastian,

    You are using old or new Aruba Central API ?

    What call API do you are try to use ?



    ------------------------------
    PowerArubaSW : Powershell Module to use Aruba Switch API for Vlan, VlanPorts, LACP, LLDP...

    PowerArubaCP: Powershell Module to use ClearPass API (create NAD, Guest...)

    PowerArubaCL: Powershell Module to use Aruba Central

    PowerArubaCX: Powershell Module to use ArubaCX API (get interface/vlan/ports info)..

    ACEP / ACMX #107 / ACDX #1281
    ------------------------------



  • 3.  RE: WIFI GUEST USER FROM REST API ARUBA CENTRAL Portal ID String

    Posted 12 days ago

    Use the https://{api-base-url}/guest/v1/portals endpoint to get the ID of your guest portal and then use that guest id. It looks like you are using "test" in place of the actual portals ID. 

    -------------------------------------------