application
Configuration for Applications Managed by Management System resource.
Properties
(click to see Operations )
Name | Data Type | Permissions | Description |
---|---|---|---|
app_category |
|
Read-write | Application Category.
Minimum length = 1 Maximum length = 255 |
curclntconnections |
|
Read-write | curclntconnections Value across all vips of the app. |
ns_ip_address |
|
Read-write | ns_ip_address. |
svr_name_criteria |
|
Read-write | svr_name_criteria.
Maximum length = 4096 |
application_managed |
|
Read-write | Managed field. |
throughput_avg |
|
Read-write | Sum of throughput across all vips of the app. |
svc_port_criteria |
|
Read-write | svc_port_criteria.
Maximum length = 4096 |
vsvr_name_criteria |
|
Read-write | vsvr_name_criteria.
Maximum length = 4096 |
vsvc_port_criteria |
|
Read-write | vsvc_port_criteria.
Maximum length = 4096 |
svr_ip_address_criteria |
|
Read-write | svr_ip_address_criteria.
Maximum length = 4096 |
name |
|
Read-write | Application Name.
Minimum length = 1 Maximum length = 1024 |
cursrvrconnections |
|
Read-write | cursrvrconnections Value across all vips of the app. |
vsvr_ip_address_criteria |
|
Read-write | vsvr_ip_address_criteria.
Maximum length = 4096 |
app_type |
|
Read-write | Application Type - 0: HMCUserDefined, 1: HMCAutoGenerated, 2: CNN App. |
family |
|
Read-write | Application Family.
Minimum length = 1 Maximum length = 255 |
configpack_id |
|
Read-write | Config pack Id.. |
is_migration |
|
Read-write | is_migration. |
app_info_required |
|
Read-write | app_info_required. |
no_of_auth |
|
Read-write | Number of AUTH VIPs. |
no_of_gslb |
|
Read-write | Number of GSLB VIPs. |
no_of_gslbsvc |
|
Read-write | Number of LB VIPs. |
no_of_cr |
|
Read-write | Number of CR VIPs. |
no_of_cs |
|
Read-write | Number of CS VIPs. |
no_of_svc |
|
Read-write | Number of Services. |
no_of_svcgrp |
|
Read-write | Number of Service Groups. |
vsvr_app_components | <app_component[]> | Read-write | Application components. |
no_of_haproxy_be |
|
Read-write | Number of Banckends. |
force_delete |
|
Read-write | force delete. |
no_of_svr |
|
Read-write | Number of Servers. |
stylebook_params |
|
Read-write | Stylebook Parameter. |
no_of_lb |
|
Read-write | Number of LB VIPs. |
no_of_vpn |
|
Read-write | Number of VPN VIPs. |
no_of_haproxy_fe |
|
Read-write | Number of Frontends. |
application_ids | <String[]> | Read-write | Application IDs that are part of this application. |
tenant_id |
|
Read-only | Tenant Id. |
id |
|
Read-only | Id is system generated key.. |
tenant_name |
|
Read-only | Tenant Name. |
user_name |
|
Read-only | User Name. |
application_class |
|
Read-only | Application class. |
act_id |
|
Read-only | Activity Id. |
Operations
(click to see Properties )
- ADD
- DELETE
- GET (ALL)
- GET
- UPDATE
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
The following parameters can be used in the nitro request : onerror <String_value>
Use this parameter to set the onerror status for nitro request. Applicable only for bulk requests.
Default value: EXIT
Possible values = EXIT, CONTINUE
add
URL: https://<MGMT-IP>/nitro/v2/config/application?onerror=<String_value> HTTPS Method: POST
Request Headers: Content-Type: application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Request Payload:
{"application": {
"curclntconnections":<Double_value>,
"ns_ip_address":<String_value>,
"no_of_cs":<String_value>,
"application_managed":<Boolean_value>,
"no_of_svcgrp":<String_value>,
"vsvr_name_criteria":<String_value>,
"name":<String_value>,
"vsvr_ip_address_criteria":<String_value>,
"no_of_vpn":<String_value>,
"no_of_lb":<String_value>,
"no_of_haproxy_fe":<String_value>,
"family":<String_value>,
"no_of_cr":<String_value>,
"svc_port_criteria":<String_value>,
"no_of_haproxy_be":<String_value>,
"force_delete":<Boolean_value>,
"stylebook_params":<String_value>,
"app_type":<Integer_value>,
"app_category":<String_value>,
"app_info_required":<Boolean_value>,
"svr_name_criteria":<String_value>,
"no_of_gslb":<String_value>,
"no_of_auth":<String_value>,
"no_of_gslbsvc":<String_value>,
"throughput_avg":<Double_value>,
"vsvr_app_components":[{
"ns_ip_address":<String_value>,
"name":<String_value>,
"state":<String_value>,
"id":<String_value>,
"vsvr_ip_address":<String_value>,
"type":<String_value>}],
"svr_ip_address_criteria":<String_value>,
"is_migration":<Boolean_value>,
"no_of_svc":<String_value>,
"vsvc_port_criteria":<String_value>,
"cursrvrconnections":<Double_value>,
"no_of_svr":<String_value>,
"application_ids":<String_value[]>,
"configpack_id":<String_value>}}
<!--NeedCopy-->
Response: HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error
Response Payload:
{ "errorcode": 0, "message": "Done", "severity": ;ltString_value;gt, "application":[{
"app_category":<String_value>,
"curclntconnections":<Double_value>,
"ns_ip_address":<String_value>,
"svr_name_criteria":<String_value>,
"tenant_id":<String_value>,
"application_managed":<Boolean_value>,
"id":<String_value>,
"tenant_name":<String_value>,
"throughput_avg":<Double_value>,
"svc_port_criteria":<String_value>,
"vsvr_name_criteria":<String_value>,
"vsvc_port_criteria":<String_value>,
"svr_ip_address_criteria":<String_value>,
"name":<String_value>,
"cursrvrconnections":<Double_value>,
"user_name":<String_value>,
"application_class":<String_value>,
"vsvr_ip_address_criteria":<String_value>,
"app_type":<Integer_value>,
"family":<String_value>,
"configpack_id":<String_value>,
"is_migration":<Boolean_value>,
"app_info_required":<Boolean_value>,
"no_of_auth":<String_value>,
"no_of_gslb":<String_value>,
"no_of_gslbsvc":<String_value>,
"no_of_cr":<String_value>,
"act_id":<String_value>,
"no_of_cs":<String_value>,
"no_of_svc":<String_value>,
"no_of_svcgrp":<String_value>,
"vsvr_app_components":[{
"name":<String_value>,
"display_name":<String_value>,
"state":<String_value>,
"ns_ip_address":<String_value>,
"vsvr_ip_address":<String_value>,
"configuration_path":<String_value>,
"id":<String_value>,
"type":<String_value>}],
"no_of_haproxy_be":<String_value>,
"force_delete":<Boolean_value>,
"no_of_svr":<String_value>,
"stylebook_params":<String_value>,
"no_of_lb":<String_value>,
"no_of_vpn":<String_value>,
"no_of_haproxy_fe":<String_value>,
"application_ids":<String_value>}]}
<!--NeedCopy-->
delete
URL: https://<MGMT-IP>/nitro/v2/config/application/id_value<String> HTTPS Method: DELETE
Request Headers: X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Response: HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error
Response Payload:
{ "errorcode": 0, "message": "Done", "severity": ;ltString_value;gt }
<!--NeedCopy-->
get (all)
URL: https://<MGMT-IP>/nitro/v2/config/application Query-parameters:
filter https://<MGMT-IP>/nitro/v2/config/application ?filter=property-name1:property-value1,property-name2:property-value2 Use this query-parameter to get the filtered set of application resources configured on the system. You can set a filter on any property of the resource.
pagesize=#no;pageno=#no https://<MGMT-IP>/nitro/v2/config/application ?pagesize=#no;pageno=#no Use this query-parameter to get the application resources in chunks.
count https://<MGMT-IP>/nitro/v2/config/application ?count=yes Use this query-parameter to get the count of application resources.
HTTPS Method: GET
Request Headers: Accept: application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Response: HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error
Response Headers:
Content-Type:application/json
Response Payload:
{ "errorcode": 0, "message": "Done", "severity": ;ltString_value;gt, "application":[{
"app_category":<String_value>,
"curclntconnections":<Double_value>,
"ns_ip_address":<String_value>,
"svr_name_criteria":<String_value>,
"tenant_id":<String_value>,
"application_managed":<Boolean_value>,
"id":<String_value>,
"tenant_name":<String_value>,
"throughput_avg":<Double_value>,
"svc_port_criteria":<String_value>,
"vsvr_name_criteria":<String_value>,
"vsvc_port_criteria":<String_value>,
"svr_ip_address_criteria":<String_value>,
"name":<String_value>,
"cursrvrconnections":<Double_value>,
"user_name":<String_value>,
"application_class":<String_value>,
"vsvr_ip_address_criteria":<String_value>,
"app_type":<Integer_value>,
"family":<String_value>,
"configpack_id":<String_value>,
"is_migration":<Boolean_value>,
"app_info_required":<Boolean_value>,
"no_of_auth":<String_value>,
"no_of_gslb":<String_value>,
"no_of_gslbsvc":<String_value>,
"no_of_cr":<String_value>,
"act_id":<String_value>,
"no_of_cs":<String_value>,
"no_of_svc":<String_value>,
"no_of_svcgrp":<String_value>,
"vsvr_app_components":[{
"name":<String_value>,
"display_name":<String_value>,
"state":<String_value>,
"ns_ip_address":<String_value>,
"vsvr_ip_address":<String_value>,
"configuration_path":<String_value>,
"id":<String_value>,
"type":<String_value>}],
"no_of_haproxy_be":<String_value>,
"force_delete":<Boolean_value>,
"no_of_svr":<String_value>,
"stylebook_params":<String_value>,
"no_of_lb":<String_value>,
"no_of_vpn":<String_value>,
"no_of_haproxy_fe":<String_value>,
"application_ids":<String_value>}]}
<!--NeedCopy-->
get
URL: https://<MGMT-IP>/nitro/v2/config/application/id_value<String> HTTPS Method: GET
Request Headers: Accept: application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Response: HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error
Response Headers:
Content-Type:application/json
Response Payload:
{ "errorcode": 0, "message": "Done", "severity": ;ltString_value;gt, "application":[{
"app_category":<String_value>,
"curclntconnections":<Double_value>,
"ns_ip_address":<String_value>,
"svr_name_criteria":<String_value>,
"tenant_id":<String_value>,
"application_managed":<Boolean_value>,
"id":<String_value>,
"tenant_name":<String_value>,
"throughput_avg":<Double_value>,
"svc_port_criteria":<String_value>,
"vsvr_name_criteria":<String_value>,
"vsvc_port_criteria":<String_value>,
"svr_ip_address_criteria":<String_value>,
"name":<String_value>,
"cursrvrconnections":<Double_value>,
"user_name":<String_value>,
"application_class":<String_value>,
"vsvr_ip_address_criteria":<String_value>,
"app_type":<Integer_value>,
"family":<String_value>,
"configpack_id":<String_value>,
"is_migration":<Boolean_value>,
"app_info_required":<Boolean_value>,
"no_of_auth":<String_value>,
"no_of_gslb":<String_value>,
"no_of_gslbsvc":<String_value>,
"no_of_cr":<String_value>,
"act_id":<String_value>,
"no_of_cs":<String_value>,
"no_of_svc":<String_value>,
"no_of_svcgrp":<String_value>,
"vsvr_app_components":[{
"name":<String_value>,
"display_name":<String_value>,
"state":<String_value>,
"ns_ip_address":<String_value>,
"vsvr_ip_address":<String_value>,
"configuration_path":<String_value>,
"id":<String_value>,
"type":<String_value>}],
"no_of_haproxy_be":<String_value>,
"force_delete":<Boolean_value>,
"no_of_svr":<String_value>,
"stylebook_params":<String_value>,
"no_of_lb":<String_value>,
"no_of_vpn":<String_value>,
"no_of_haproxy_fe":<String_value>,
"application_ids":<String_value>}]}
<!--NeedCopy-->
update
URL: https://<MGMT-IP>/nitro/v2/config/application/id_value<String> HTTPS Method: PUT
Request Headers: Content-Type: application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Request Payload:
{"application":{
"curclntconnections":<Double_value>,
"ns_ip_address":<String_value>,
"no_of_cs":<String_value>,
"application_managed":<Boolean_value>,
"no_of_svcgrp":<String_value>,
"vsvr_name_criteria":<String_value>,
"name":<String_value>,
"vsvr_ip_address_criteria":<String_value>,
"no_of_vpn":<String_value>,
"no_of_lb":<String_value>,
"no_of_haproxy_fe":<String_value>,
"family":<String_value>,
"no_of_cr":<String_value>,
"svc_port_criteria":<String_value>,
"no_of_haproxy_be":<String_value>,
"force_delete":<Boolean_value>,
"stylebook_params":<String_value>,
"app_type":<Integer_value>,
"app_category":<String_value>,
"app_info_required":<Boolean_value>,
"svr_name_criteria":<String_value>,
"no_of_gslb":<String_value>,
"no_of_auth":<String_value>,
"no_of_gslbsvc":<String_value>,
"throughput_avg":<Double_value>,
"vsvr_app_components":[{
"ns_ip_address":<String_value>,
"name":<String_value>,
"state":<String_value>,
"id":<String_value>,
"vsvr_ip_address":<String_value>,
"type":<String_value>}],
"svr_ip_address_criteria":<String_value>,
"is_migration":<Boolean_value>,
"no_of_svc":<String_value>,
"vsvc_port_criteria":<String_value>,
"cursrvrconnections":<Double_value>,
"no_of_svr":<String_value>,
"application_ids":<String_value[]>,
"configpack_id":<String_value>}}
<!--NeedCopy-->
Response: HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error
Response Payload:
{ "errorcode": 0, "message": "Done", "severity": ;ltString_value;gt, "application":[{
"app_category":<String_value>,
"curclntconnections":<Double_value>,
"ns_ip_address":<String_value>,
"svr_name_criteria":<String_value>,
"tenant_id":<String_value>,
"application_managed":<Boolean_value>,
"id":<String_value>,
"tenant_name":<String_value>,
"throughput_avg":<Double_value>,
"svc_port_criteria":<String_value>,
"vsvr_name_criteria":<String_value>,
"vsvc_port_criteria":<String_value>,
"svr_ip_address_criteria":<String_value>,
"name":<String_value>,
"cursrvrconnections":<Double_value>,
"user_name":<String_value>,
"application_class":<String_value>,
"vsvr_ip_address_criteria":<String_value>,
"app_type":<Integer_value>,
"family":<String_value>,
"configpack_id":<String_value>,
"is_migration":<Boolean_value>,
"app_info_required":<Boolean_value>,
"no_of_auth":<String_value>,
"no_of_gslb":<String_value>,
"no_of_gslbsvc":<String_value>,
"no_of_cr":<String_value>,
"act_id":<String_value>,
"no_of_cs":<String_value>,
"no_of_svc":<String_value>,
"no_of_svcgrp":<String_value>,
"vsvr_app_components":[{
"name":<String_value>,
"display_name":<String_value>,
"state":<String_value>,
"ns_ip_address":<String_value>,
"vsvr_ip_address":<String_value>,
"configuration_path":<String_value>,
"id":<String_value>,
"type":<String_value>}],
"no_of_haproxy_be":<String_value>,
"force_delete":<Boolean_value>,
"no_of_svr":<String_value>,
"stylebook_params":<String_value>,
"no_of_lb":<String_value>,
"no_of_vpn":<String_value>,
"no_of_haproxy_fe":<String_value>,
"application_ids":<String_value>}]}
<!--NeedCopy-->