-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi,
we are trying to use check_netscaler
against a SDX appliance but we got errors.
System: Netscaler SDX 8015 ver 11.1
Hypervisor: Citrix XenServer ver 6.5
Outputs:
# ./check_netscaler.pl -H <IPADDR> -s -C hwinfo -u <USER> -p <PASSWD> -v
debug: target url is https://<IPADDR>/nitro/v1/config/nshardware
NetScaler UNKNOWN
# ./check_netscaler.pl -H <IPADDR> -s -C interfaces -u <USER> -p <PASSWD> -v
debug: target url is https://<IPADDR>/nitro/v1/config/interface
NetScaler UNKNOWN
Poking the API via curl
produce the following output, that endpoint is missing indeed:
# curl -k -u '<USER>:<PASSWD>' -XGET "https://<IPADDR>/nitro/v1/config/nshardware"
{ "errorcode": 10005, "message": "Invalid Resource", "severity": "ERROR" }
# curl -k -u '<USER>:<PASSWD>' -XGET "https://<IPADDR>/nitro/v1/config/interface"
{ "errorcode": 10005, "message": "Invalid Resource", "severity": "ERROR" }
Please let me know if this can be integrated with any details.
Metadata
Metadata
Assignees
Labels
No labels