Skip to content

Commit

Permalink
removing note to add package names
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyan-dhandapani committed May 26, 2021
1 parent 0813d4b commit d421961
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions streaming-api-client/README.md
Expand Up @@ -12,8 +12,6 @@ Data from Aruba Central will be in Google Protocol Buffer format. Most current p

Upon running the script, if there are issues in decoding the output in human readable format try re-compiling the file in your machine. More info on compiling proto files [can be found here](https://developers.google.com/protocol-buffers/docs/pythontutorial#compiling-your-protocol-buffers).

Please Note: If you decide to download proto files from Aruba Central and compile yourself, read this note. Package name might be missing for proto files downloaded from Aruba Central. To avoid errors, add a package name to proto file before compilation. Package name could be any valid alphabetic string and doesn't affect script execution. For Example `package Apprf;` defined in `proto/apprf.proto` file.

### Validate WebSocket Key

WebSocket key obtain from Aruba Central `Account Home -> Webhooks -> Streaming -> Key` expires every 7 days. The WebSocket key is renewed by Aruba Central internally. To obtain the renewed WebSocket key programmatically without having to visit the WebUI, a REST API endpoint is available. This API accepts a WebSocket key and validates it. It returns the same key if it is valid otherwise returns the renewed key.
Expand Down

0 comments on commit d421961

Please sign in to comment.