[Index]
Model ref.: relation/HcsDpClassOfServiceREL
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": { "name": { "is_password": false, "description": "The name for this class of service. You can either select from drop down or enter a custom value. If selected from the drop down, selected CSS will be included as COS", "title": "Class of Service Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "Deprecated.", "title": "Description (Deprecated)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "cssName": { "is_password": false, "description": "Deprecated.", "title": "Calling Search Space Name (Deprecated)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "deviceCssName": { "is_password": false, "description": "Deprecated.", "title": "Device CSS Name (Deprecated)", "required": false, "displayable": false, "readonly": true, "maxLength": 1024, "type": "string" }, "partitions": { "is_password": false, "description": "Deprecated.", "title": "Members", "minItems": 0, "items": { "is_password": false, "type": "string", "choices": [ { "value": " ", "title": " " } ] }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "cos": { "title": "Cos", "type": "object", "properties": { "name": { "title": "Name", "minItems": 1, "required": true, "maxItems": 1, "maxLength": 50, "type": "string" }, "description": { "title": "Description", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 50, "type": [ "string", "null" ] }, "members": { "title": "Members", "minItems": 0, "required": false, "maxItems": 1, "type": [ "object", "null" ], "properties": { "member": { "name": "member", "title": "Member", "minItems": 0, "items": { "type": [ "object", "null" ], "properties": { "index": { "name": "index", "title": "Index", "minItems": 1, "required": false, "maxItems": 1, "type": "integer" }, "routePartitionName": { "name": "routePartitionName", "title": "Route Partition Name", "minItems": 1, "format": "uri", "required": true, "target_attr": "name", "maxItems": 1, "type": "string", "target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "device/cucm/RoutePartition", "choices": [] } } }, "required": false, "type": "array" } } }, "partitionUsage": { "title": "Partition Usage", "minItems": 0, "required": false, "choices": [ { "value": "Intercom", "title": "Intercom" }, { "value": "Call Control Discovery Learned Pattern", "title": "Call Control Discovery Learned Pattern" }, { "value": "General", "title": "General" }, { "value": "Directory URI", "title": "Directory URI" } ], "default": "General", "maxItems": 1, "type": "string" } } } }, "schema_version": "2.2" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/relation/HcsDpClassOfServiceREL/add/ |
|
The GUI Add form of relation/HcsDpClassOfServiceREL 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/relation/HcsDpClassOfServiceREL | 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/relation/HcsDpClassOfServiceREL/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/HcsDpClassOfServiceREL/[pkid1]", "/api/relation/HcsDpClassOfServiceREL/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/HcsDpClassOfServiceREL/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/HcsDpClassOfServiceREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/HcsDpClassOfServiceREL/export/ |
|
{ "hrefs":["/api/relation/HcsDpClassOfServiceREL/[pkid1]", "/api/relation/HcsDpClassOfServiceREL/[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 relation/HcsDpClassOfServiceREL and the JSON format can be used to import instances of relation/HcsDpClassOfServiceREL.
GET http://[host-proxy]/api/relation/HcsDpClassOfServiceREL/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for relation/HcsDpClassOfServiceREL | POST | /api/relation/HcsDpClassOfServiceREL/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/relation/HcsDpClassOfServiceREL/ |
|
The relation/HcsDpClassOfServiceREL schema and all instances as JSON. |
(The list will return 0 to 3 relation/HcsDpClassOfServiceREL instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 78, "total_limit": null, "order_by": "name", "direction": "asc", "current": "/api/relation/HcsDpClassOfServiceREL/?skip=0&limit=3&order_by=name&direction=asc&traversal=down" }, "operations": [ "update", "help", "remove", "field_display_policy", "add", "export", "list", "configuration_template", "get", "bulk_update", "clone", "export_bulkload_template" ], "meta": { "model_type": "relation/HcsDpClassOfServiceREL", "summary_attrs": [ { "name": "name", "title": "Class of Service Name" }, { "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": [], "self": [ { "href": "/api/relation/HcsDpClassOfServiceREL/None/", "pkid": null } ] }, "model_specific_actions": [ "update", "help", "remove", "add", "export", "list", "get", "clone", "export_bulkload_template" ], "schema_version": "2.2", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/relation/HcsDpClassOfServiceREL/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpClassOfServiceREL/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "export": { "method": "POST", "class": "export", "href": "/api/relation/HcsDpClassOfServiceREL/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/relation/HcsDpClassOfServiceREL/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/relation/HcsDpClassOfServiceREL/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpClassOfServiceREL/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "resources": [ { "data": { "name": "Cu1Si1-InternalCLIP-CSS", "pkid": "5ae8a236affa931cce397bb1", "hierarchy_friendly_name": "CL1-AB-C-Paris (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-Paris" }, "meta": { "model_type": "relation/HcsDpClassOfServiceREL", "summary_attrs": [ { "name": "name", "title": "Class of Service Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ae89fe6affa931cce38fc13", "href": "/api/data/HierarchyNode/5ae89fe6affa931cce38fc13" } ], "foreign_key": [], "self": [ { "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/", "pkid": "5ae8a236affa931cce397bb0" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89c0faffa931cce386c0f", "5ae89ea2affa931cce38a523", "5ae89f22affa931cce38d2f4", "5ae89fe6affa931cce38fc13", "5ae8a236affa931cce397bb0" ], "schema_version": "2.0", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/help", "support_async": false, "title": "Help" } }, { "Exclude_from_COS": { "method": "POST", "class": "custom", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/+Exclude_from_COS/", "support_async": true, "title": "Exclude From Cos" } } ], "summary": "false" }, "pkid": "5ae8a236affa931cce397bb0" }, { "data": { "pkid": "5ae8a6a5affa931cce3abb1a", "name": "Cu1Si10-DBREnhIntl24HrsCLIPnFONnFACnCMC-CSS", "hierarchy_friendly_name": "CL2-AB-C-Fleet (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL2-AB-C-Fleet" }, "meta": { "model_type": "relation/HcsDpClassOfServiceREL", "summary_attrs": [ { "name": "name", "title": "Class of Service Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ae8a0aaaffa931cce391f59", "href": "/api/data/HierarchyNode/5ae8a0aaaffa931cce391f59" } ], "foreign_key": [], "self": [ { "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a5affa931cce3abb19/", "pkid": "5ae8a6a5affa931cce3abb19" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89c0faffa931cce386c0f", "5ae89ea2affa931cce38a523", "5ae89f22affa931cce38d2f4", "5ae8a0aaaffa931cce391f59", "5ae8a6a5affa931cce3abb19" ], "schema_version": "2.0", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a5affa931cce3abb19/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a5affa931cce3abb19/", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a5affa931cce3abb19/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a5affa931cce3abb19/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a5affa931cce3abb19/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a5affa931cce3abb19/help", "support_async": false, "title": "Help" } }, { "Exclude_from_COS": { "method": "POST", "class": "custom", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a5affa931cce3abb19/+Exclude_from_COS/", "support_async": true, "title": "Exclude From Cos" } } ], "summary": "false" }, "pkid": "5ae8a6a5affa931cce3abb19" }, { "data": { "pkid": "5ae8a6a2affa931cce3aba74", "name": "Cu1Si10-GBRDP-Emer-CSS", "hierarchy_friendly_name": "CL2-AB-C-Fleet (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL2-AB-C-Fleet" }, "meta": { "model_type": "relation/HcsDpClassOfServiceREL", "summary_attrs": [ { "name": "name", "title": "Class of Service Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ae8a0aaaffa931cce391f59", "href": "/api/data/HierarchyNode/5ae8a0aaaffa931cce391f59" } ], "foreign_key": [], "self": [ { "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a2affa931cce3aba73/", "pkid": "5ae8a6a2affa931cce3aba73" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89c0faffa931cce386c0f", "5ae89ea2affa931cce38a523", "5ae89f22affa931cce38d2f4", "5ae8a0aaaffa931cce391f59", "5ae8a6a2affa931cce3aba73" ], "schema_version": "2.0", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a2affa931cce3aba73/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a2affa931cce3aba73/", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a2affa931cce3aba73/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a2affa931cce3aba73/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a2affa931cce3aba73/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a2affa931cce3aba73/help", "support_async": false, "title": "Help" } }, { "Exclude_from_COS": { "method": "POST", "class": "custom", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a6a2affa931cce3aba73/+Exclude_from_COS/", "support_async": true, "title": "Exclude From Cos" } } ], "summary": "false" }, "pkid": "5ae8a6a2affa931cce3aba73" } ] }
(Show the first instance)
{ "data": { "name": "Cu1Si1-InternalCLIP-CSS", "cos": { "name": "Cu1Si1-InternalCLIP-CSS", "description": "Internal CLIP", "members": { "member": [ { "index": 1, "routePartitionName": "Cu1-PreISR-PT" }, { "index": 2, "routePartitionName": "Cu1-AllowVm-PT" }, { "index": 3, "routePartitionName": "Cu1Si1-AInt-PT" }, { "index": 4, "routePartitionName": "Cu1Si1-Feature-PT" } ] }, "partitionUsage": "General" } }, "meta": { "model_type": "relation/HcsDpClassOfServiceREL", "summary_attrs": [ { "name": "name", "title": "Class of Service Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "Cu1Si1-InternalCLIP-CSS", "business_key": {}, "api_version": "21.2", "cached": true, "cache_control_policy": "cache_then_device", "references": { "device": [ { "href": "", "pkid": "" } ], "children": [], "parent": [ { "pkid": "5ae89fe6affa931cce38fc13", "href": "/api/data/HierarchyNode/5ae89fe6affa931cce38fc13" } ], "self": [ { "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/", "pkid": "5ae8a236affa931cce397bb0" } ] }, "schema_version": "2.2", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/?hierarchy=[hierarchy]", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "Exclude_from_COS": { "method": "POST", "class": "custom", "href": "/api/relation/HcsDpClassOfServiceREL/5ae8a236affa931cce397bb0/+Exclude_from_COS/?hierarchy=[hierarchy]", "support_async": true, "title": "Exclude From Cos" } } ] }, "pkid": "5ae8a236affa931cce397bb0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for relation/HcsDpClassOfServiceREL. | GET | /api/relation/HcsDpClassOfServiceREL/help | hierarchy=[hierarchy] | On-line help of Model ref.: relation/HcsDpClassOfServiceREL as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/relation/HcsDpClassOfServiceREL/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/relation/HcsDpClassOfServiceREL/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/relation/HcsDpClassOfServiceREL/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/relation/HcsDpClassOfServiceREL/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of relation/HcsDpClassOfServiceREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/HcsDpClassOfServiceREL/[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 relation/HcsDpClassOfServiceREL and the JSON format can be used to import instances of relation/HcsDpClassOfServiceREL.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/relation/HcsDpClassOfServiceREL/[pkid] | hierarchy=[hierarchy] | The relation/HcsDpClassOfServiceREL instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/relation/HcsDpClassOfServiceREL/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for relation/HcsDpClassOfServiceREL. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Exclude From Cos | POST | /api/relation/HcsDpClassOfServiceREL/[pkid]/+Exclude_from_COS | hierarchy=[hierarchy] | If payload required: |