ShowΒΆ
Displays configuration details and real-time information from the Plixer Replicator appliance
- Resource URL:
Displays the current configuration of the Plixer Replicator
https://[replicator]/api/1/show/config
Parameter
Description
[replicator]
Hostname or IP address of the Plixer Replicator
- Example request:
- Example response:
{ "api": { "collector": [ "/api/1/collector/add/10.30.1.20/benchmark-20", ... ], "notate": [ "/api/1/notate/ip/10.1.4.101/ej-win2012 install test machine (fresh)", ... ], "policy": [ "/api/1/policies/add/10.1.1.252/32/buildqa/include", ... ], "profile": [ "/api/1/profile/add/frandev/2002/2055", ... ] }, "cli": { "collector": [ "collector add 10.30.1.20 benchmark-20", ... ], "notate": [ "notate ip 10.1.4.101 ej-win2012 install test machine (fresh)", ... ], "policy": [ "policy add 10.1.1.252/32 buildqa include", ... ], "profile": [ "profile add frandev 2002 2055", ... ] } }
- Resource URL:
Displays the current status of the appliance
https://[replicator]/api/1/show/status
Parameter
Description
[replicator]
Hostname or IP address of the Plixer Replicator
- Example request:
- Example response:
{ "converting syslog" : "active", "ipfixify system metrics" : "active", "replicating port 2002" : "active", "replicating port 2003" : "active", "replicating port 2055" : "active", "replicator api" : "active", "replicator license" : "259 day(s)", "replicator monitor" : "active", "replicator vitalizer" : "active", "result" : "success", "version" : "v17.12.19.2255" }
- Resource URL:
Displays real-time data from the appliance
https://[replicator]/api/1/show/realtime/[filter]
Parameter
Description
[replicator]
Hostname or IP address of the Plixer Replicator
[filter]
Currently not supported; defaults to full report if not provided
- Example request:
- Example response:
{ "collector": { "10.1.4.19": { "in": { "octets": { "delta": 0, "rate": 0 }, "packets": { "delta": 0, "rate": 0 } } }, "10.1.4.20": { ... }, }, "exporter": { "10.30.17.131": { "awareness": { "last_epoch": 1461175921, "last_timestamp": "2016-04-20 14:12:01" }, "in": { "octets": { "delta": 0, "rate": "0.0" }, "packets": { "delta": 0, "rate": "0.0" } }, "out": { "octets": { "delta": 0, "rate": "0.0" }, "packets": { "delta": 0, "rate": "0.0" } }, "profiles": [ "benp" ] } }, "pair": { "10.30.17.131 -> 10.1.4.19": { "octets": { "delta": 0, "rate": 0 }, "packets": { "delta": 0, "rate": 0 } }, "10.30.17.131 -> 10.1.4.20": { ... }, "profile": { "benp": { "in": { "octets": { "delta": 0, "rate": 0 }, "packets": { "delta": 0, "rate": 0 } }, "out": { "octets": { "delta": 0, "rate": 0 }, "packets": { "delta": 0, "rate": 0 } } } }, "stats": { "totals": { "collectors": 2, "exporters": 1, "pairs": 2, "profiles": { "disabled": 3, "enabled": 67, "total": 70 } } }, "system": { "cpu": "0" }
- Resource URL:
Displays various configuration details for the appliance
https://[replicator]/api/1/show/[entity]/[filter]
Parameter
Description
[replicator]
Hostname or IP address of the Plixer Replicator
[entity]
alarms
,assets
,collectors
,config
,exporters
,profile
,realtime
,settings
, orstatus
[filter]
Optional filter to apply to the output; defaults to the full report if not provided
- Example request:
- Example response:
{ "collectors": { "10.1.10.1": { "acknowledged": [ 9996 ], "description": "erpdev", "in_profiles": [ "steady-replays" ], "ip": "10.1.10.1", "name": null, "status": { "unreachable_port": [ "9996" ], } "threshold": 10000 } } }