[Index]
Model ref.: device/spark/AuditEvent
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": {
"to": {
"type": "string",
"title": "To"
},
"from": {
"type": "string",
"title": "From"
},
"actorId": {
"type": "string",
"title": "actorId"
},
"eventCategories": {
"type": "string",
"title": "eventCategories"
},
"id": {
"type": "string",
"title": "id"
},
"actorOrgId": {
"type": "string",
"title": "actorOrgId"
},
"created": {
"type": "string",
"title": "created"
},
"data": {
"type": "object",
"title": "Data",
"properties": {
"actionText": {
"type": "string",
"title": "Action Text"
},
"actorEmail": {
"type": "string",
"title": "Actor Email"
},
"actorIp": {
"type": "string",
"title": "Actor Ip"
},
"actorName": {
"type": "string",
"title": "Actor Name"
},
"actorOrgName": {
"type": "string",
"title": "Actor Org Name"
},
"actorUserAgent": {
"type": "string",
"title": "Actor User Agent"
},
"eventCategory": {
"type": "string",
"title": "Event Category"
},
"eventDescription": {
"type": "string",
"title": "eventDescription"
},
"targetId": {
"type": "string",
"title": "Target Id"
},
"targetName": {
"type": "string",
"title": "Target Name"
},
"targetOrgId": {
"type": "string",
"title": "Target Org Id"
},
"targetOrgName": {
"type": "string",
"title": "Target Org Name"
},
"targetType": {
"type": "string",
"title": "Target Type"
},
"trackingId": {
"type": "string",
"title": "trackingId"
},
"adminRoles": {
"type": "array",
"title": "adminRoles",
"items": {
"type": "string"
}
}
}
}
},
"schema_version": "1.0.0"
}
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/spark/AuditEvent; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/spark/AuditEvent/export/ |
|
{ "hrefs":["/api/device/spark/AuditEvent/[pkid1]", "/api/device/spark/AuditEvent/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/spark/AuditEvent and the JSON format can be used to import instances of device/spark/AuditEvent.
GET http://[host-proxy]/api/device/spark/AuditEvent/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Tag | PATCH | /api/device/spark/AuditEvent/+tag/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Tag Version | PATCH | /api/device/spark/AuditEvent/+tag_version/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/device/spark/AuditEvent/ |
|
The device/spark/AuditEvent schema and all instances as JSON. |
(The list will return 0 to 3 device/spark/AuditEvent instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": "id",
"direction": "asc",
"current": "/api/device/spark/AuditEvent/?skip=0&limit=3&order_by=id&direction=asc&traversal=down"
},
"operations": [
"list"
],
"meta": {
"model_type": "device/spark/AuditEvent",
"summary_attrs": [
{
"name": "id",
"title": "id"
},
{
"name": "actorId",
"title": "actorId"
},
{
"name": "actorOrgId",
"title": "actorOrgId"
},
{
"name": "created",
"title": "created"
},
{
"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": [
"list",
"get",
"export",
"tag",
"tag_version"
],
"schema_version": "1.0.0",
"actions": [
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/device/spark/AuditEvent/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/device/spark/AuditEvent/+tag/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/?auth_token=[authtoken]
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/device/spark/AuditEvent/+tag_version/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/?auth_token=[authtoken]
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/device/spark/AuditEvent/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/spark/AuditEvent/purge/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Purge"
}
}
]
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Purge | POST | /api/device/spark/AuditEvent/purge/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and a single instance with [pkid] of device/spark/AuditEvent; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/spark/AuditEvent/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/spark/AuditEvent and the JSON format can be used to import instances of device/spark/AuditEvent.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Tag | PATCH | /api/device/spark/AuditEvent/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/device/spark/AuditEvent/[pkid] | hierarchy=[hierarchy] | The device/spark/AuditEvent instance with [pkid]. |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Purge | POST | /api/device/spark/AuditEvent/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |