[Index]
AssuranceCiscoCpuMem 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/AssuranceCiscoCpuMem
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": {
"lxt_timestamp_epoch": {
"title": "Lxt Timestamp Epoch",
"description": "CISCO_CPU_MEM_STATS",
"type": "any"
},
"Asset Name": {
"title": "Asset Name",
"description": "CISCO_CPU_MEM_STATS",
"type": "string",
"maxLength": 1024
},
"CPUInterruptMonIntervalValue": {
"title": "CPU Interrupt Mon Interval Value",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUMonInterval": {
"title": "CPU Mon Interval",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUTotal1min": {
"title": "CPU Total1min",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUTotal1minRev": {
"title": "CPU Total1min Rev",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUTotal5min": {
"title": "CPU Total5min",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUTotal5minRev": {
"title": "CPU Total5min Rev",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUTotal5sec": {
"title": "CPU Total5sec",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUTotal5secRev": {
"title": "CPU Total5sec Rev",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUTotalMonIntervalValue": {
"title": "CPU Total Mon Interval Value",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"CPUTotalPhysicalIndex": {
"title": "CPU Total Physical Index",
"description": "CISCO_CPU_MEM_STATS",
"type": "string",
"maxLength": 1024
},
"Hostname": {
"title": "Hostname",
"description": "CISCO_CPU_MEM_STATS",
"type": "string",
"maxLength": 1024
},
"IP Address": {
"title": "IP Address",
"description": "CISCO_CPU_MEM_STATS",
"type": "string",
"maxLength": 1024
},
"MemoryPoolAlternate": {
"title": "Memory Pool Alternate",
"description": "CISCO_CPU_MEM_STATS",
"type": "string",
"maxLength": 1024
},
"MemoryPoolFree": {
"title": "Memory Pool Free",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"MemoryPoolLargestFree": {
"title": "Memory Pool Largest Free",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"MemoryPoolName": {
"title": "Memory Pool Name",
"description": "CISCO_CPU_MEM_STATS",
"type": "string",
"maxLength": 1024
},
"MemoryPoolUsed": {
"title": "Memory Pool Used",
"description": "CISCO_CPU_MEM_STATS",
"type": "number"
},
"MemoryPoolValid": {
"title": "Memory Pool Valid",
"description": "CISCO_CPU_MEM_STATS",
"type": "string",
"maxLength": 1024
}
},
"schema_version": "0.1"
}
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/AssuranceCiscoCpuMem/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/AssuranceCiscoCpuMem/[pkid1]", "/api/data/AssuranceCiscoCpuMem/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/AssuranceCiscoCpuMem/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/data/AssuranceCiscoCpuMem/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Migration Template | GET | /api/data/AssuranceCiscoCpuMem/migration/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/AssuranceCiscoCpuMem/ |
|
The data/AssuranceCiscoCpuMem schema and all instances as JSON. |
(The list will return 0 to 3 data/AssuranceCiscoCpuMem instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": "Asset Name",
"direction": "asc",
"current": "/api/data/AssuranceCiscoCpuMem/?skip=0&limit=3&order_by=Asset Name&direction=asc&traversal=fulltree"
},
"operations": [
"add",
"bulk_update_form",
"list",
"update",
"transform",
"migration",
"remove",
"move",
"export",
"help",
"configuration_template",
"field_display_policy",
"get",
"export_bulkload_template"
],
"meta": {
"model_type": "data/AssuranceCiscoCpuMem",
"summary_attrs": [
{
"name": "Asset Name",
"title": "Asset Name"
},
{
"name": "CPUTotalPhysicalIndex",
"title": "CPU Total Physical Index"
},
{
"name": "Hostname",
"title": "Hostname"
},
{
"name": "IP Address",
"title": "IP Address"
},
{
"name": "MemoryPoolAlternate",
"title": "Memory Pool Alternate"
},
{
"name": "MemoryPoolName",
"title": "Memory Pool Name"
},
{
"name": "CPUTotal1min",
"title": "CPU Total1min"
},
{
"name": "CPUTotal5min",
"title": "CPU Total5min"
},
{
"name": "CPUTotal5sec",
"title": "CPU Total5sec"
},
{
"name": "CPUTotalMonIntervalValue",
"title": "CPU Total Mon Interval Value"
},
{
"name": "MemoryPoolFree",
"title": "Memory Pool Free"
},
{
"name": "MemoryPoolLargestFree",
"title": "Memory Pool Largest Free"
},
{
"name": "MemoryPoolUsed",
"title": "Memory Pool Used"
},
{
"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/AssuranceCiscoCpuMem/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/data/AssuranceCiscoCpuMem/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"migration": {
"method": "GET",
"class": "migration",
"href": "/api/data/AssuranceCiscoCpuMem/migration/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Migration Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/AssuranceCiscoCpuMem/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/AssuranceCiscoCpuMem/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"transform": {
"method": "GET",
"class": "transform",
"href": "/api/data/AssuranceCiscoCpuMem/transform/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Transform Template"
}
}
]
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/AssuranceCiscoCpuMem. | GET | /api/data/AssuranceCiscoCpuMem/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/AssuranceCiscoCpuMem as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Transform Template | GET | /api/data/AssuranceCiscoCpuMem/transform/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/AssuranceCiscoCpuMem/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/AssuranceCiscoCpuMem/[pkid] | hierarchy=[hierarchy] | The data/AssuranceCiscoCpuMem instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/AssuranceCiscoCpuMem/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/AssuranceCiscoCpuMem. |