ns_ns_license
Configuration for ns_ns_license resource.
(click to see Operations)
Properties
(click to see Operations)
Name | Data Type | Permissions | Description |
---|---|---|---|
id | <String> | Read-write | Id is NetScaler IP Address.. Minimum length = 1 Maximum length = 64 |
f_ica_users | <Integer> | Read-write | f_ica_users. |
f_sslvpn_users | <Integer> | Read-write | f_sslvpn_users. |
sp | <Boolean> | Read-only | sp. |
hdosp | <Boolean> | Read-only | hdosp. |
pq | <Boolean> | Read-only | pq. |
sc | <Boolean> | Read-only | sc. |
rise | <Boolean> | Read-only | rise. |
licensingmode | <Integer> | Read-only | license mode (Local/Pooled/CICO). |
isstandardlic | <Boolean> | Read-only | isstandardlic. |
modelid | <String> | Read-only | modelid. |
cloudxtenderappliance | <Boolean> | Read-only | cloudxtenderappliance. |
responder | <Boolean> | Read-only | responder. |
cr | <Boolean> | Read-only | cr. |
cloudbridge | <Boolean> | Read-only | cloudbridge. |
rewrite | <Boolean> | Read-only | rewrite. |
isenterpriselic | <Boolean> | Read-only | isenterpriselic. |
lb | <Boolean> | Read-only | lb. |
nsxn | <Boolean> | Read-only | nsxn. |
ic | <Boolean> | Read-only | ic. |
wionns | <Boolean> | Read-only | wionns. |
gslbp | <Boolean> | Read-only | gdlbp. |
vpath | <Boolean> | Read-only | vpath. |
contentaccelerator | <Boolean> | Read-only | contentaccelerator. |
cf | <Boolean> | Read-only | cf. |
cloudbridgeappliance | <Boolean> | Read-only | cloudbridgeappliance. |
rip | <Boolean> | Read-only | rip. |
gslb | <Boolean> | Read-only | gslb. |
wl | <Boolean> | Read-only | wl. |
sslvpn | <Boolean> | Read-only | sslvpn. |
forwardproxy | <Boolean> | Read-only | forwardproxy. |
push | <Boolean> | Read-only | push. |
rdpproxy | <Boolean> | Read-only | rdpproxy. |
delta | <Boolean> | Read-only | delta. |
lsn | <Boolean> | Read-only | lsn. |
cs | <Boolean> | Read-only | cs. |
isclusterkeypresent | <Boolean> | Read-only | Cluster Feature Key Present. |
ospf | <Boolean> | Read-only | ospf. |
ipv6pt | <Boolean> | Read-only | ipv6pt. |
feo | <Boolean> | Read-only | feo. |
isis | <Boolean> | Read-only | isis. |
bgp | <Boolean> | Read-only | bgp. |
isswglic | <Boolean> | Read-only | SWG License. |
appflowica | <Boolean> | Read-only | appflowica. |
appqoe | <Boolean> | Read-only | appqoe. |
ch | <Boolean> | Read-only | ch. |
aaa | <Boolean> | Read-only | aaa. |
sslinterception | <Boolean> | Read-only | sslinterception. |
routing | <Boolean> | Read-only | routing. |
cluster | <Boolean> | Read-only | Cluster Feature. |
agee | <Boolean> | Read-only | Agee. |
ssl | <Boolean> | Read-only | ssl. |
cmp | <Boolean> | Read-only | cmp. |
appflow | <Boolean> | Read-only | appflow. |
isplatinumlic | <Boolean> | Read-only | isplatinumlic. |
appfw | <Boolean> | Read-only | appfw. |
htmlinjection | <Boolean> | Read-only | htmlinjection. |
Operations
(click to see Properties)
Some options that you can use for each operations:
Getting warnings in response:NITRO allows you to get warnings in an operation by specifying the "warning" query parameter as "yes". For example, to get warnings while connecting to the NetScaler appliance, the URL is as follows:
http://<netscaler-ip-address>/nitro/v1/config/login?warning=yes
If any, the warnings are displayed in the response payload with the HTTP code "209 X-NITRO-WARNING".
Authenticated access for individual NITRO operations:NITRO allows you to logon to the NetScaler appliance to perform individual operations. You can use this option instead of creating a NITRO session (using the login object) and then using that session to perform all operations,
To do this, you must specify the username and password in the request header of the NITRO request as follows:
X-NITRO-USER:<username>
X-NITRO-PASS:<password>
Note: In such cases, make sure that the request header DOES not include the following:
Cookie:NITRO_AUTH_TOKEN=<tokenvalue>
Note:
Mandatory parameters are marked in red and placeholder content is marked in <green>.
get
URL: https://<MGMT-IP>/nitro/v1/config/ns_ns_license
HTTP Method: null
Response Payload:
{ "errorcode": 0, "message": "Done", "severity": ;ltString_value>, "ns_ns_license":[{ "sp":<Boolean_value>, "hdosp":<Boolean_value>, "pq":<Boolean_value>, "sc":<Boolean_value>, "rise":<Boolean_value>, "licensingmode":<Integer_value>, "isstandardlic":<Boolean_value>, "modelid":<String_value>, "cloudxtenderappliance":<Boolean_value>, "responder":<Boolean_value>, "cr":<Boolean_value>, "cloudbridge":<Boolean_value>, "rewrite":<Boolean_value>, "id":<String_value>, "isenterpriselic":<Boolean_value>, "lb":<Boolean_value>, "nsxn":<Boolean_value>, "ic":<Boolean_value>, "wionns":<Boolean_value>, "gslbp":<Boolean_value>, "vpath":<Boolean_value>, "contentaccelerator":<Boolean_value>, "cf":<Boolean_value>, "f_ica_users":<Integer_value>, "cloudbridgeappliance":<Boolean_value>, "rip":<Boolean_value>, "gslb":<Boolean_value>, "wl":<Boolean_value>, "sslvpn":<Boolean_value>, "forwardproxy":<Boolean_value>, "push":<Boolean_value>, "rdpproxy":<Boolean_value>, "delta":<Boolean_value>, "lsn":<Boolean_value>, "cs":<Boolean_value>, "isclusterkeypresent":<Boolean_value>, "ospf":<Boolean_value>, "ipv6pt":<Boolean_value>, "feo":<Boolean_value>, "isis":<Boolean_value>, "bgp":<Boolean_value>, "isswglic":<Boolean_value>, "appflowica":<Boolean_value>, "appqoe":<Boolean_value>, "ch":<Boolean_value>, "aaa":<Boolean_value>, "sslinterception":<Boolean_value>, "routing":<Boolean_value>, "cluster":<Boolean_value>, "f_sslvpn_users":<Integer_value>, "agee":<Boolean_value>, "ssl":<Boolean_value>, "cmp":<Boolean_value>, "appflow":<Boolean_value>, "isplatinumlic":<Boolean_value>, "appfw":<Boolean_value>, "htmlinjection":<Boolean_value>}]}