Skip to content

Latest commit

 

History

History
86 lines (81 loc) · 4.74 KB

ENDPOINTS.md

File metadata and controls

86 lines (81 loc) · 4.74 KB

// accesspoints

  • HttpMethods.DELETE, "v2/accesspoints/{apId}"
  • HttpMethods.GET, "v2/accesspoints/{apId}/hardwareBundleSetupInfo"
  • HttpMethods.POST, "v2/accesspoints/{apId}/localSpeedTest"
  • HttpMethods.POST, "v2/accesspoints/{clientApId}/meshSpeedTest"
  • HttpMethods.POST, "v2/accesspoints/{apId}/reboot"
  • HttpMethods.PUT, "v2/accesspoints/{apId}/bridgeMode"
  • HttpMethods.PUT, "v2/accesspoints/{apId}/lighting"
  • HttpMethods.PUT, "v2/accesspoints/{apId}/room"
  • HttpMethods.POST, "v2/accesspoints/{apId}/wifiblasterSpeedTest"

// apSoftware

  • HttpMethods.GET, "v2/apSoftware/{lastDismissedApVersion}/releaseNotes"
  • HttpMethods.GET, "v2/appSoftware/{appVersion}/clientTypes/{clientType}/status"

// connectedhome

  • HttpMethods.PUT, "v2/connectedhome/adapters/{adapterId}/activate"
  • HttpMethods.PUT, "v2/connectedhome/adapters/{adapterId}/deactivate"
  • HttpMethods.GET, "v2/connectedhome/adapters"
  • HttpMethods.PUT, "v2/connectedhome/{groupId}/cloudAction"

// groups

  • HttpMethods.POST,"v2/groups/{groupId}/blockingSchedules"
  • HttpMethods.POST,"v2/groups/{groupId}/blockingSchedules/{id}"
  • HttpMethods.DELETE, "v2/groups/{groupId}/blockingSchedules/{blockingScheduleId}"
  • HttpMethods.POST,"v2/groups/{groupId}/contentFilteringPolicies"
  • HttpMethods.DELETE, "v2/groups/{groupId}/contentFilteringPolicies/{contentFilteringPolicyId}"
  • HttpMethods.POST,"v2/groups/{groupId}/contentFilteringPolicies:updateMultiple"
  • HttpMethods.DELETE, "v2/groups/{groupId}"
  • HttpMethods.DELETE, "v2/groups/{groupId}/portForwarding"
  • HttpMethods.DELETE, "v2/groups/{groupId}/prioritizedStation"
  • HttpMethods.GET, "v2/groups/{groupId}"
  • HttpMethods.GET, "v2/groups/{groupId}/backhaulOfChildNodes"
  • HttpMethods.GET, "v2/groups/{groupId}/historicalUsage"
  • HttpMethods.GET, "v2/groups/{groupId}/meshConfiguration"
  • HttpMethods.GET, "v2/groups/{groupId}/meshSpeedTestResults"
  • HttpMethods.GET, "v2/groups/{groupId}/realtimeMetrics"
  • HttpMethods.GET, "v2/groups/{groupId}/speedTestResults"
  • HttpMethods.GET, "v2/groups/{groupId}/status"
  • HttpMethods.GET, "v2/groups/{groupId}/wifiblasterSpeedTestResults"
  • HttpMethods.POST, "v2/groups/{groupId}/insightCards/{cardId}/action"
  • HttpMethods.DELETE, "v2/groups/{groupId}/insightCards/{cardId}"
  • HttpMethods.GET, "v2/groups/{groupId}/insightCards/{cardId}"
  • HttpMethods.GET, "v2/groups/{groupId}/insightCards"
  • HttpMethods.GET, "v2/groups"
  • HttpMethods.POST, "v2/groups/{groupId}/managers"
  • HttpMethods.DELETE, "v2/groups/{groupId}/managers/{managerId}"
  • HttpMethods.POST, "v2/groups/{groupId}/portForwarding"
  • HttpMethods.POST, "v2/groups/{groupId}/psks"
  • HttpMethods.POST, "v2/groups/{groupId}/reboot"
  • HttpMethods.POST, "v2/groups/{groupId}/rebootWhenUpdateReady"
  • HttpMethods.POST, "v2/groups/{groupId}/startLogUpload"
  • HttpMethods.POST, "v2/groups/{groupId}/stationSets"
  • HttpMethods.DELETE, "v2/groups/{groupId}/stationSets/{stationSetId}"
  • HttpMethods.GET, "v2/groups/{groupId}/stationSets/{stationSetId}/stationActivity"
  • HttpMethods.POST, "v2/groups/{groupId}/stationSets/{stationSetId}"
  • HttpMethods.DELETE, "v2/groups/{groupId}/stations/{stationId}/stationName"
  • HttpMethods.GET, "v2/groups/{groupId}/stations"
  • HttpMethods.POST, "v2/groups/{groupId}/stations/operations/macAddresses"
  • HttpMethods.PUT, "v2/groups/{groupId}/stations/{stationId}/staticIp"
  • HttpMethods.PUT, "v2/groups/{groupId}/stations/{stationId}/stationName"
  • HttpMethods.PUT, "v2/groups/{groupId}/apSoftwareChannel"
  • HttpMethods.PUT, "v2/groups/{groupId}/dataCollection"
  • HttpMethods.PUT, "v2/groups/{groupId}/defaultPrioritizedStation"
  • HttpMethods.PUT, "v2/groups/{groupId}/dnsConfig"
  • HttpMethods.PUT, "v2/groups/{groupId}/guestWirelessConfig"
  • HttpMethods.PUT, "v2/groups/{groupId}/ipv6"
  • HttpMethods.PUT, "v2/groups/{groupId}/lanAddresses"
  • HttpMethods.PUT, "v2/groups/{groupId}/meshNetwork"
  • HttpMethods.PUT, "v2/groups/{groupId}/prioritizedStation"
  • HttpMethods.PUT, "v2/groups/{groupId}/stationBlocking"
  • HttpMethods.PUT, "v2/groups/{groupId}/upnpConfig"
  • HttpMethods.PUT, "v2/groups/{groupId}/wirelessConfig"
  • HttpMethods.POST, "v2/groups/{groupId}/wanSpeedTest"

// operations

  • HttpMethods.GET, "v2/operations/{operationId}"
  • HttpMethods.GET, "v2/operations/{operationId}/psks"
  • HttpMethods.GET, "v2/operations/{operationId}/macAddresses"
  • HttpMethods.POST, "v2/registrationTickets"

//userPreferences

  • HttpMethods.GET, "v2/userPreferences"
  • HttpMethods.PUT, "v2/userPreferences"
  • HttpMethods.PUT, "v2/userPreferences/resendConfirmationEmail"
  • HttpMethods.GET, "v2/oobeflow"