Aruba · Example Payload

Aruba Central Site Example

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Aruba Central Site Example is an example object payload from Aruba, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

site_idsite_nameaddresscitystatecountryzipcodelongitudelatitudetagsassociated_device_count

Example Payload

Raw ↑
{
  "site_id": "500123",
  "site_name": "example_value",
  "address": "example_value",
  "city": "example_value",
  "state": "example_value",
  "country": "example_value",
  "zipcode": "example_value",
  "longitude": 42.5,
  "latitude": 42.5,
  "tags": [],
  "associated_device_count": 10
}