Download full document:

tenant_system_resource

Configuration for System Resources available for a tenant resource.

(click to see Operations)

Properties

(click to see Operations)

NameData TypePermissionsDescription
available_scu<Integer>Read-writeAvailable number of Symmetric Crypto Units.
Maximum value =
available_disk_size<Double>Read-writeAvailable disk size.
max_plt_bw<Integer>Read-writeMax Allowed Platinum bandwidth Mbps.
max_cpu_cores<Integer>Read-writeMaximum number of CPU Cores.
Minimum value = 1
Maximum value =
parent_id<String>Read-write.
max_scu<Integer>Read-writeAvailable number of Symmetric Crypto Units.
Minimum value = 1
Maximum value =
tenant_id<String>Read-writeId of the parent tenant.
max_disk_size<Double>Read-writeMaximum Disk Space.
max_instances<Integer>Read-writeMaximum number of Instances.
Minimum value = 1
Maximum value =
id<String>Read-write.
available_acu<Integer>Read-writeAvailable number of Asymmetric Crypto Units.
Maximum value =
parent_name<String>Read-write.
available_instances<Integer>Read-writeAvailable number of instances.
Maximum value =
max_std_bw<Integer>Read-writeMax Allowed Standard bandwidth Mbps.
max_memory<Double>Read-writeMaximum Memory.
max_ent_bw<Integer>Read-writeMax Allowed Enterprise bandwidth Mbps.
available_ssl_cards<Integer>Read-writeAvailable number of SSL Cores.
Maximum value =
available_memory<Double>Read-writeAvailable memory.
max_ssl_cards<Integer>Read-writeMaximum number of SSL cores.
Minimum value = 1
Maximum value =
available_cpu_cores<Integer>Read-writeAvailable number of CPU Cores.
Maximum value =
max_acu<Integer>Read-writeAvailable number of Asymmetric Crypto Units.
Minimum value = 1
Maximum value =
max_pps<String>Read-onlyMaximum PPS .
available_std_bw<Integer>Read-onlyAvailable Standard bandwidth in Mbps.
available_pps<String>Read-onlyAvailable PPS.
available_throughput<String>Read-onlyAvailable Throughput in Mbps.
max_throughput<String>Read-onlyMaximum Throughput in Mbps.
available_ent_bw<Integer>Read-onlyAvailable Enterprise bandwidth in Mbps.
available_plt_bw<Integer>Read-onlyAvailable Platinum bandwidth in Mbps.

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>.