Retrieve live Geo PCL data (GET)
The GET command enables you to view data that the system has aggregated for a given Geo PCL definition for the most recent five-minute bucket by using a specific calculation, such as a percentile, minimum, median, or average.
For comparison, this request also retrieves traffic volume and Geo PCL compliance information for the previous 5-minute bucket.
Command overview
Method — GET
Resource — geopcl/<geoPCLDefinitionID>/live/ where <geoPCLDefinitionID> is the integer that identifies the Geo PCL definition (the GeoPCL definition ID)
Resource identifier — Integer that identifies the Geo PCL definition (the Geo PCL definition ID)
Sub-resource — live
Parameters
1 This parameter is required.
Sample request
https://10.0.0.1/rest/geopclapi/1.0/geopcl/31/live?usr=jdoe&pwd=pa55w0rd!&stat=85th_per
Sample response
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status result="success"></status>
<result>
<data lastConfigChange="1263913720147">
<min>1</min>
<max>79294</max>
<buckets>
<bucket start="1263915600000" end="1263915900000">
<zones>
<zone id="1">
<areas>
<area id="1211080859" volume="128" statLatency="9" pcl="S"
satisfiedVolume="128" toleratingVolume="0" previousVolume="230"
previousPcl="S"/>
<area id="1204420371" volume="42" statLatency="37" pcl="S"
satisfiedVolume="42" toleratingVolume="0" previousVolume="18"
previousPcl="S"/>
<area id="1211080891" volume="36" statLatency="119" pcl="S"
satisfiedVolume="36" toleratingVolume="0" previousVolume="64"
previousPcl="S"/>
<area id="1211080630" volume="17" statLatency="9" pcl="S"
satisfiedVolume="17" toleratingVolume="0" previousVolume="28"
previousPcl="S"/>
</areas>
</zone>
</zones>
</bucket>
</buckets>
</data>
</result>
</response>
<response>
<status result="success"></status>
<result>
<data lastConfigChange="1263913720147">
<min>1</min>
<max>79294</max>
<buckets>
<bucket start="1263915600000" end="1263915900000">
<zones>
<zone id="1">
<areas>
<area id="1211080859" volume="128" statLatency="9" pcl="S"
satisfiedVolume="128" toleratingVolume="0" previousVolume="230"
previousPcl="S"/>
<area id="1204420371" volume="42" statLatency="37" pcl="S"
satisfiedVolume="42" toleratingVolume="0" previousVolume="18"
previousPcl="S"/>
<area id="1211080891" volume="36" statLatency="119" pcl="S"
satisfiedVolume="36" toleratingVolume="0" previousVolume="64"
previousPcl="S"/>
<area id="1211080630" volume="17" statLatency="9" pcl="S"
satisfiedVolume="17" toleratingVolume="0" previousVolume="28"
previousPcl="S"/>
</areas>
</zone>
</zones>
</bucket>
</buckets>
</data>
</result>
</response>
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*