app_info
Configuration for app_info Resource resource.
Read/write properties
rpt_sample_time<Double>
Report Sample time..
report_start_time<Double>
report_start_time for getting the logs in milliseconds.
server_ip<String>
Device IP Address.
Minimum length = 1
Maximum length = 64
anomaly_data<anomaly_item[]>
List of anomalous values and their timestamp.
report_end_time<Double>
report_end_time for getting the logs in milliseconds.
duration<String>
Calculation frequency period daily,weekly etc.
app_unit_name<String>
Name of the Application.
anomaly_count<Integer>
Number of anomalies.
id<String>
Id is App Info ID.
Operations
NOTE: In request payload, Mandatory parameters are marked red and bold.
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
URL:https://<MGMT-IP>/nitro/v2/config/app_info
Query-parameters:
filter
https://<MGMT-IP>/nitro/v2/config/app_info?filter=property-name1:property-value1,property-name2:property-value2
Use this query-parameter to get the filtered set of app_info 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/app_info?pagesize=#no&pageno=#no
Use this query-parameter to get the app_info resources in chunks.
count
https://<MGMT-IP>/nitro/v2/config/app_info?count=yes
Use this query-parameter to get the count of app_info 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
Response Headers:
Content-Type:application/json
Response Payload:JSON
{ "errorcode": 0, "message": "Done", "severity": <String_value>, "app_info":[{
"rpt_sample_time":<Double_value>,
"report_start_time":<Double_value>,
"server_ip":<String_value>,
"anomaly_data":[{
"parent_name":<String_value>,
"parent_id":<String_value>,
"value":<Double_value>,
"timestamp":<Double_value>,
"counter":<String_value>,
"id":<String_value>}],
"report_end_time":<Double_value>,
"duration":<String_value>,
"app_unit_name":<String_value>,
"anomaly_count":<Integer_value>,
"id":<String_value>}]}
URL:https://<MGMT-IP>/nitro/v2/config/app_info/server_ip_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
Response Headers:
Content-Type:application/json
Response Payload:JSON
{ "errorcode": 0, "message": "Done", "severity": <String_value>, "app_info":[{
"rpt_sample_time":<Double_value>,
"report_start_time":<Double_value>,
"server_ip":<String_value>,
"anomaly_data":[{
"parent_name":<String_value>,
"parent_id":<String_value>,
"value":<Double_value>,
"timestamp":<Double_value>,
"counter":<String_value>,
"id":<String_value>}],
"report_end_time":<Double_value>,
"duration":<String_value>,
"app_unit_name":<String_value>,
"anomaly_count":<Integer_value>,
"id":<String_value>}]}