[Index]
HcsNbnSupportedModelsDAT
Model ref.: data/HcsNbnSupportedModelsDAT
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": { "modelType": { "is_password": false, "title": "Model Type", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "operations": { "is_password": false, "title": "Operations", "minItems": 0, "items": { "is_password": false, "type": "string" }, "required": true, "displayable": true, "readonly": false, "type": "array" } }, "schema_version": "2.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/HcsNbnSupportedModelsDAT/add/ |
|
The GUI Add form of data/HcsNbnSupportedModelsDAT as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/data/HcsNbnSupportedModelsDAT | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/HcsNbnSupportedModelsDAT/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/HcsNbnSupportedModelsDAT/[pkid1]", "/api/data/HcsNbnSupportedModelsDAT/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/HcsNbnSupportedModelsDAT/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/HcsNbnSupportedModelsDAT/ |
|
The data/HcsNbnSupportedModelsDAT schema and all instances as JSON. |
(The list will return 0 to 3 data/HcsNbnSupportedModelsDAT instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 2, "total_limit": null, "order_by": "modelType", "direction": "asc", "current": "/api/data/HcsNbnSupportedModelsDAT/?skip=0&limit=3&order_by=modelType&direction=asc&traversal=down" }, "operations": [ "field_display_policy", "update", "help", "remove", "move", "add", "export", "list", "configuration_template", "get", "bulk_update_form", "migration", "transform", "export_bulkload_template" ], "meta": { "model_type": "data/HcsNbnSupportedModelsDAT", "summary_attrs": [ { "name": "modelType", "title": "Model Type" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": { "hierarchy": true, "unique": [ "modelType" ] }, "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", "add", "update", "remove", "import", "execute" ], "schema_version": "2.0", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/data/HcsNbnSupportedModelsDAT/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsNbnSupportedModelsDAT/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "list": { "method": "GET", "class": "list", "href": "/api/data/HcsNbnSupportedModelsDAT/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } } ] }, "resources": [ { "data": { "modelType": "data/NormalizedUser", "operations": [ "create", "delete", "update" ], "pkid": "5ad5d1c2affa9343e4d98e43", "hierarchy_friendly_name": "hcs (Hcs)", "hierarchy_path": "sys.hcs" }, "meta": { "model_type": "data/HcsNbnSupportedModelsDAT", "summary_attrs": [ { "name": "modelType", "title": "Model Type" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [ { "pkid": "5ad5d1c2affa9343e4d98e44", "version": "0.1.1", "href": "/api/v0/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/?cached=5ad5d1c2affa9343e4d98e44" } ], "tags": [ "HcsNorthboundNotifications", "V4UC", "ba_CommonOverlay" ], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "modelType" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ad5bacbaffa9343e4d93e01", "href": "/api/data/HierarchyNode/5ad5bacbaffa9343e4d93e01" } ], "foreign_key": [], "self": [ { "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/", "pkid": "5ad5d1c2affa9343e4d98e42" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ad5d1c2affa9343e4d98e42" ], "version_tag": "0.1.1", "schema_version": "2.0", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/", "support_async": true, "title": "Delete" } }, { "import": { "method": "POST", "class": "import", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/import/", "support_async": true, "title": "Import" } }, { "execute": { "method": "POST", "class": "execute", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/execute/", "support_async": true, "title": "Execute" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/", "support_async": false, "title": "Get" } } ], "summary": "false" }, "pkid": "5ad5d1c2affa9343e4d98e42" }, { "data": { "modelType": "relation/Subscriber", "operations": [ "create", "delete", "update" ], "pkid": "5ad5d1c4affa9343e4d98e46", "hierarchy_friendly_name": "hcs (Hcs)", "hierarchy_path": "sys.hcs" }, "meta": { "model_type": "data/HcsNbnSupportedModelsDAT", "summary_attrs": [ { "name": "modelType", "title": "Model Type" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [ { "pkid": "5ad5d1c4affa9343e4d98e47", "version": "0.1.1", "href": "/api/v0/data/HcsNbnSupportedModelsDAT/5ad5d1c4affa9343e4d98e45/?cached=5ad5d1c4affa9343e4d98e47" } ], "tags": [ "HcsNorthboundNotifications", "V4UC", "ba_CommonOverlay" ], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "modelType" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ad5bacbaffa9343e4d93e01", "href": "/api/data/HierarchyNode/5ad5bacbaffa9343e4d93e01" } ], "foreign_key": [], "self": [ { "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c4affa9343e4d98e45/", "pkid": "5ad5d1c4affa9343e4d98e45" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ad5d1c4affa9343e4d98e45" ], "version_tag": "0.1.1", "schema_version": "2.0", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c4affa9343e4d98e45/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c4affa9343e4d98e45/", "support_async": true, "title": "Delete" } }, { "import": { "method": "POST", "class": "import", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c4affa9343e4d98e45/import/", "support_async": true, "title": "Import" } }, { "execute": { "method": "POST", "class": "execute", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c4affa9343e4d98e45/execute/", "support_async": true, "title": "Execute" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c4affa9343e4d98e45/", "support_async": false, "title": "Get" } } ], "summary": "false" }, "pkid": "5ad5d1c4affa9343e4d98e45" } ] }
(Show the first instance)
{ "data": { "modelType": "data/NormalizedUser", "operations": [ "create", "delete", "update" ], "pkid": "5ad5d1c2affa9343e4d98e43" }, "meta": { "model_type": "data/HcsNbnSupportedModelsDAT", "summary_attrs": [ { "name": "modelType", "title": "Model Type" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [ { "pkid": "5ad5d1c2affa9343e4d98e44", "version": "0.1.1", "href": "/api/v0/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/?cached=5ad5d1c2affa9343e4d98e44" } ], "tags": [ "HcsNorthboundNotifications", "V4UC", "ba_CommonOverlay" ], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "modelType" ] }, "api_version": "21.2", "cached": false, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "href": "/api/data/HierarchyNode/5ad5bacbaffa9343e4d93e01", "pkid": "5ad5bacbaffa9343e4d93e01" } ], "foreign_key": [], "children": [], "self": [ { "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/", "pkid": "5ad5d1c2affa9343e4d98e42" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ad5d1c2affa9343e4d98e42" ], "version_tag": "0.1.1", "schema_version": "2.0", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/?hierarchy=[hierarchy]", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "import": { "method": "POST", "class": "import", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/import/?hierarchy=[hierarchy]", "support_async": true, "title": "Import" } }, { "execute": { "method": "POST", "class": "execute", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/execute/?hierarchy=[hierarchy]", "support_async": true, "title": "Execute" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsNbnSupportedModelsDAT/5ad5d1c2affa9343e4d98e42/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } } ] }, "pkid": "5ad5d1c2affa9343e4d98e42" }
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/HcsNbnSupportedModelsDAT/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/HcsNbnSupportedModelsDAT/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Import | POST | /api/data/HcsNbnSupportedModelsDAT/[pkid]/import | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Execute | POST | /api/data/HcsNbnSupportedModelsDAT/[pkid]/execute | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/HcsNbnSupportedModelsDAT/[pkid] | hierarchy=[hierarchy] | The data/HcsNbnSupportedModelsDAT instance with [pkid]. |