[Index]
AssuranceArbitratorAlertLogTrend resource. The schema will be used to create data/ReporterResource instances, the description is used to store the table name of the associate field.
Model ref.: data/AssuranceArbitratorAlertLogTrend
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"ALERTLOG_ID": {
"title": "ALERTLOG ID",
"description": "ALERT_LOG_TREND",
"type": "integer"
},
"ALERT_MESSAGE": {
"title": "ALERT MESSAGE",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"LOG_DATE": {
"title": "LOG DATE",
"description": "ALERT_LOG_TREND",
"type": "any"
},
"REFERENCE_ID": {
"title": "REFERENCE ID",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"USER_NAME": {
"title": "USER NAME",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"NODE": {
"title": "NODE",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"SHORT_MESSAGE": {
"title": "SHORT MESSAGE",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"RULE_NAME": {
"title": "RULE NAME",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"POLICY_NAME": {
"title": "POLICY NAME",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"ADDINFO": {
"title": "ADDINFO",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"SEVERITY": {
"title": "SEVERITY",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"ASC_NAME": {
"title": "ASC NAME",
"description": "ALERT_STATUS_CONDITION",
"type": "string",
"maxLength": 1024
},
"AD_NAME": {
"title": "AD NAME",
"description": "ALERT_DISPOSITION",
"type": "string",
"maxLength": 1024
},
"Severity Unknown Count": {
"title": "Severity Unknown Count",
"description": "ALERT_LOG_TREND",
"type": "integer"
},
"Severity Acceptable Count": {
"title": "Severity Acceptable Count",
"description": "ALERT_LOG_TREND",
"type": "integer"
},
"Severity Informational Count": {
"title": "Severity Informational Count",
"description": "ALERT_LOG_TREND",
"type": "integer"
},
"Severity Minor Count": {
"title": "Severity Minor Count",
"description": "ALERT_LOG_TREND",
"type": "integer"
},
"Severity Major Count": {
"title": "Severity Major Count",
"description": "ALERT_LOG_TREND",
"type": "integer"
},
"Severity Critical Count": {
"title": "Severity Critical Count",
"description": "ALERT_LOG_TREND",
"type": "integer"
},
"Severity Unreachable Count": {
"title": "Severity Unreachable Count",
"description": "ALERT_LOG_TREND",
"type": "integer"
},
"JOURNALS": {
"title": "JOURNALS",
"description": "ALERT_LOG_TREND",
"type": "string",
"maxLength": 1024
},
"CUSTOMER": {
"title": "CUSTOMER",
"description": "AE_CUSTOMER",
"type": "string",
"maxLength": 1024
},
"ASSET GROUP": {
"title": "ASSET GROUP",
"description": "ASSET_GROUP",
"type": "string",
"maxLength": 1024
},
"ASSET NAME": {
"title": "ASSET NAME",
"description": "ASSET_ENTRY",
"type": "string",
"maxLength": 1024
},
"ASSET HOSTNAME": {
"title": "ASSET HOSTNAME",
"description": "ASSET_ENTRY",
"type": "string",
"maxLength": 1024
},
"ASSET IPADDRESS": {
"title": "ASSET IPADDRESS",
"description": "ASSET_ENTRY",
"type": "string",
"maxLength": 1024
},
"ASSET Last Byte Time": {
"title": "ASSET Last Byte Time",
"description": "ASSET_ENTRY",
"type": "number"
},
"IRP Name": {
"title": "IRP Name",
"description": "INCIDENT_RESPONSE_PROCEEDURES",
"type": "string",
"maxLength": 1024
}
},
"schema_version": "0.1"
}
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/AssuranceArbitratorAlertLogTrend/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/AssuranceArbitratorAlertLogTrend/[pkid1]", "/api/data/AssuranceArbitratorAlertLogTrend/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/AssuranceArbitratorAlertLogTrend/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/data/AssuranceArbitratorAlertLogTrend/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Migration Template | GET | /api/data/AssuranceArbitratorAlertLogTrend/migration/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/AssuranceArbitratorAlertLogTrend/ |
|
The data/AssuranceArbitratorAlertLogTrend schema and all instances as JSON. |
(The list will return 0 to 3 data/AssuranceArbitratorAlertLogTrend instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": "USER_NAME",
"direction": "asc",
"current": "/api/data/AssuranceArbitratorAlertLogTrend/?skip=0&limit=3&order_by=USER_NAME&direction=asc&traversal=fulltree"
},
"operations": [
"add",
"bulk_update_form",
"list",
"update",
"transform",
"migration",
"remove",
"export",
"help",
"configuration_template",
"field_display_policy",
"get",
"export_bulkload_template"
],
"meta": {
"model_type": "data/AssuranceArbitratorAlertLogTrend",
"summary_attrs": [
{
"name": "USER_NAME",
"title": "USER NAME"
},
{
"name": "NODE",
"title": "NODE"
},
{
"name": "POLICY_NAME",
"title": "POLICY NAME"
},
{
"name": "RULE_NAME",
"title": "RULE NAME"
},
{
"name": "SEVERITY",
"title": "SEVERITY"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": []
},
"model_specific_actions": [
"field_display_policy",
"get",
"help",
"list",
"migration",
"transform",
"remove"
],
"schema_version": "0.1",
"actions": [
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/AssuranceArbitratorAlertLogTrend/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/data/AssuranceArbitratorAlertLogTrend/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"migration": {
"method": "GET",
"class": "migration",
"href": "/api/data/AssuranceArbitratorAlertLogTrend/migration/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Migration Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/AssuranceArbitratorAlertLogTrend/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/AssuranceArbitratorAlertLogTrend/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"transform": {
"method": "GET",
"class": "transform",
"href": "/api/data/AssuranceArbitratorAlertLogTrend/transform/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Transform Template"
}
}
]
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/AssuranceArbitratorAlertLogTrend. | GET | /api/data/AssuranceArbitratorAlertLogTrend/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/AssuranceArbitratorAlertLogTrend as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Transform Template | GET | /api/data/AssuranceArbitratorAlertLogTrend/transform/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/AssuranceArbitratorAlertLogTrend/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/AssuranceArbitratorAlertLogTrend/[pkid] | hierarchy=[hierarchy] | The data/AssuranceArbitratorAlertLogTrend instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/AssuranceArbitratorAlertLogTrend/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/AssuranceArbitratorAlertLogTrend. |