F5 Configuration for SPP Load Balancing

Can anyone provide Send string and Receive string to check SPP state on a F5 load balancer?

We're currently using the below and the SPP's are showing as offline.

Send String  -  GET /service/notification/v3/Status/State\r\n

Receive String -  \"State\":\"(Online|Offline Workflow|PatchPending|ReplicaWithQuorum)\"

Browsing to the below returns State "Online"

https://<IP of Appliance>/service/notification/v3/Status/State

Parents
  • I have clients who have used the parts of the following strings in their load balancer configurations:

    GET /v2/ApplianceStatus

    Request URL 192.168.0.105/.../ApplianceStatus

    Response

    {"Identity":"000C299C0797","Name":"SG-000C299C0797","InstalledLicenses":[{"Type":"Trial","Module":"PasswordManagement","IsValid":true,"Expires":"2018-10-31T23:59:59Z"},{"Type":"Trial","Module":"SessionManagement","IsValid":true,"Expires":"2018-10-31T23:59:59Z"}],"IsReadOnly":false,"RunLevel":"Level5"}

    GET /v2/ApplianceStatus/Health

    Request URL 192.168.0.105/.../Health

    Response

    {"ApplianceId":"000C299C0797","AuditLog":{"Error":null,"Status":"Healthy"},"CheckDate":"2018-09-26T22:29:47.1000523Z","CheckDuration":{"Days":0,"Hours":0,"Milliseconds":952,"Minutes":0,"Seconds":12,"TotalMilliseconds":12952.772200000001},"ClusterCommunication":{"Error":null,"Status":"Healthy"},"ClusterConnectivity":{"Error":null,"Status":"Healthy","NodeConnectivity":[]},"Name":"SG-000C299C0797","NetworkInformation":{"Ipv4Address":"192.168.0.105","Ipv6Address":null,"LinkPresent":true,"LinkSpeedMbps":1000,"MacAddress":"000C299C0797"},"AccessWorkflow":{"Error":null,"Status":"Healthy"},"PolicyData":{"Error":null,"Status":"Healthy"},"ResourceUsage":{"DiskFreeBytes":27855605760,"DiskPercentFree":43.59,"DiskTotalBytes":63898120192,"MemoryFreeBytes":1870536704,"MemoryPercentFree":17.4216022,"MemoryTotalBytes":10736881664,"ProcessorCount":4,"ProcessorPercentUsed":6.35167742,"Temperatures":[]},"SerialNumber":"000C299C0797","State":"Online","UpTime":{"Days":0,"Hours":0,"Milliseconds":836,"Minutes":24,"Seconds":41,"TotalMilliseconds":1481836.0},"Version":{"Major":2,"Minor":3,"Revision":0,"Build":7426,"BuildDate":"2018-08-14T23:14:45.1211132Z","BuildVariant":"prod","BuildPlatform":"vmware","SessionsVersion":{"Version":"5F6","FirmwareVersion":"5.6.0","BuildDate":"2018-04-25T12:38:02Z"}},"SessionsModule":{"Error":null,"Status":"Healthy"}}

    Hope this helps

    Best regards

    Tim

  • Thanks for the response. We have now resolved this issue by using the following strings

    GET /service/notification/v3/Status/State HTTP/1.1\nHost: Close\n\r\n\r 

    \"(Online|Offline Workflow|PatchPending|ReplicaWithQuorum)\"

Reply Children
No Data