[Index]
Model ref.: relation/HcsAdminUserREL
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": { "AdminUser": { "type": "object", "properties": { "username": { "required": true, "type": "string", "description": "The username corresponding to the the Username in Cisco Unified Communications Manager and Cisco Unity Connection server.", "title": "User Name" }, "first_name": { "type": "string", "description": "The first name corresponding to the user first name in Cisco Unified Communications Manager and Cisco Unity Connection server.", "title": "First Name" }, "last_name": { "type": "string", "description": "The last name corresponding to user last name in Cisco Unified Communications Manager and Cisco Unity Connection server.", "title": "Last Name" }, "language": { "target": "/api/data/Language/choices/?field=lcid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "default": "en-us", "required": false, "choices": [], "target_attr": "lcid", "target_model_type": "data/Language", "title": "Language", "type": "string", "description": "The preferred language for this user." }, "account_information": { "properties": { "reason_for_disabled": { "required": false, "type": "string", "description": "A description of why the account is disabled.", "title": "Reason for Disabled" }, "locked": { "required": false, "type": "boolean", "description": "Indicates if the account has been locked to prevent the user from logging in.", "title": "Locked" }, "change_password_on_login": { "required": false, "type": "boolean", "description": "Indicates if the user must be forced to change their password the next time that login.", "title": "Change Password on Next Login" }, "security_questions": { "items": { "type": "object", "properties": { "answer": { "title": "Answer", "required": true, "type": "string", "maxLength": 128 }, "question": { "maxLength": 128, "required": true, "type": "string", "displayable": true, "title": "Question" } } }, "type": "array", "title": "Security Questions" }, "disabled": { "required": false, "type": "boolean", "description": "Indicates if the account has been disabled to prevent the user from logging in until an administrator enables the account again.", "title": "Disabled" }, "credential_policy": { "target": "/api/data/CredentialPolicy/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Credential Policy", "format": "uri", "required": false, "choices": [], "target_attr": "name", "target_model_type": "data/CredentialPolicy", "type": "string", "description": "Specifies the policy with the rules used to govern this user's credentials." }, "failed_login_lock_date": { "title": "Time Locked Due to Failed Login Attempts", "required": false, "type": "string", "description": "The time when the user account was locked as result of the number of failed login attempts exceeding the permitted thresholds.", "format": "date-time" }, "password_last_change_time_by_user": { "description": "The time when the password was last changed by the user.", "title": "Time of Last Password Change By User", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "password_last_change_time": { "description": "The time when the password was last changed.", "title": "Time of Last Password Change", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "num_of_failed_login_attempts": { "default": "0", "required": false, "type": "integer", "description": "The total number of failed login attempts since last successful login.", "title": "Number of Failed Login Attempts Since Last Successful Login" }, "used_passwords": { "items": { "type": "object", "properties": { "password": { "type": "string", "description": "Used password", "title": "Password" }, "time_created": { "type": "string", "description": "Time when password was created.", "title": "Time Created" } } }, "type": "array", "description": "List of passwords that have been used by user.", "title": "Used Passwords" }, "last_login_time": { "description": "The time the user last logged in successfully.", "title": "Time of Last Successful Login", "format": "date-time", "required": false, "readonly": true, "type": "string" } }, "required": false, "type": "object", "description": "Additional account information for the given user.", "title": "Account Information" }, "set_language": { "default": false, "required": false, "type": "boolean", "description": "Indicate if the user's language is set by language default in the hierarchy.", "title": "Set by Default Language" }, "role": { "target": "/api/data/Role/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Role", "format": "uri", "required": true, "choices": [], "target_attr": "name", "target_model_type": "data/Role", "type": "string", "description": "The role to which the user belongs. See: Role." }, "password": { "is_password": true, "description": "The password corresponding to the user password in Cisco Unified Communications Manager. The password is hidden.", "title": "Password", "pattern": ".{8,}", "store_encrypted": true, "type": "string" }, "email": { "required": false, "type": "string", "description": "The email address corresponding to the the Username in Cisco Unified Communications Manager and Cisco Unity Connection server.", "title": "Email Address" } }, "title": "Admin User" }, "hcsUname": { "is_password": false, "title": "HcsUsername", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } }, "schema_version": "2.1" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/relation/HcsAdminUserREL/add/ |
|
The GUI Add form of relation/HcsAdminUserREL 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/HcsAdminUserREL/ | 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/HcsAdminUserREL/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/HcsAdminUserREL/[pkid1]", "/api/relation/HcsAdminUserREL/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/HcsAdminUserREL/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/HcsAdminUserREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/HcsAdminUserREL/export/ |
|
{ "hrefs":["/api/relation/HcsAdminUserREL/[pkid1]", "/api/relation/HcsAdminUserREL/[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/HcsAdminUserREL and the JSON format can be used to import instances of relation/HcsAdminUserREL.
GET http://[host-proxy]/api/relation/HcsAdminUserREL/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for relation/HcsAdminUserREL | POST | /api/relation/HcsAdminUserREL/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/relation/HcsAdminUserREL/ |
|
The relation/HcsAdminUserREL schema and all instances as JSON. |
(The list will return 0 to 3 relation/HcsAdminUserREL instances)
{ "operations": [ "field_display_policy", "configuration_template", "help", "get", "export_bulkload_template", "list", "update", "remove", "add", "bulk_update", "export" ], "pagination": { "direction": "asc", "order_by": "hcsUname", "maximum_limit": 2000, "skip": 0, "current": "/api/relation/HcsAdminUserREL/?skip=0&limit=3&order_by=hcsUname&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 33 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": "2.1", "references": { "device": [ { "pkid": "", "href": "" } ], "self": [ { "pkid": null, "href": "/api/relation/HcsAdminUserREL/None/" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/relation/HcsAdminUserREL/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/relation/HcsAdminUserREL/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/relation/HcsAdminUserREL/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/relation/HcsAdminUserREL/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/relation/HcsAdminUserREL/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/relation/HcsAdminUserREL/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "relation/HcsAdminUserREL", "model_specific_actions": [ "help", "get", "export_bulkload_template", "list", "update", "remove", "add", "export" ], "summary_attrs": [ { "name": "hcsUname", "title": "HcsUsername" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "19.3.1", "tagged_versions": [] }, "resources": [ { "pkid": "5f3ae271ce894e001204fffa", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "hcsUname" ] }, "schema_version": "2.0", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae271ce894e001204fffa", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/" } ], "parent": [ { "pkid": "5f3ae1fcce894e001204e0ed", "href": "/api/data/HierarchyNode/5f3ae1fcce894e001204e0ed" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/", "method": "DELETE", "title": "Delete" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/help", "method": "GET", "title": "Help" } } ], "model_type": "relation/HcsAdminUserREL", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae271ce894e001204fffa" ], "summary_attrs": [ { "name": "hcsUname", "title": "HcsUsername" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "19.3.1", "tagged_versions": [] }, "data": { "pkid": "5f3ae271ce894e001204fffb", "hierarchy_friendly_name": "CS-P (Provider)", "hcsUname": "bdellara_csp", "hierarchy_path": "sys.hcs.CS-P" } }, { "pkid": "5f3ae561ce894e0012053b63", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "hcsUname" ] }, "schema_version": "2.0", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae561ce894e0012053b63", "href": "/api/relation/HcsAdminUserREL/5f3ae561ce894e0012053b63/" } ], "parent": [ { "pkid": "5f3ae552ce894e00120537fa", "href": "/api/data/HierarchyNode/5f3ae552ce894e00120537fa" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/relation/HcsAdminUserREL/5f3ae561ce894e0012053b63/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/relation/HcsAdminUserREL/5f3ae561ce894e0012053b63/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/relation/HcsAdminUserREL/5f3ae561ce894e0012053b63/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "href": "/api/relation/HcsAdminUserREL/5f3ae561ce894e0012053b63/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/relation/HcsAdminUserREL/5f3ae561ce894e0012053b63/help", "title": "Help", "class": "help", "method": "GET" } } ], "model_type": "relation/HcsAdminUserREL", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae561ce894e0012053b63" ], "summary_attrs": [ { "name": "hcsUname", "title": "HcsUsername" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "19.3.1", "tagged_versions": [] }, "data": { "pkid": "5f3ae561ce894e0012053b64", "hierarchy_friendly_name": "AB_Group (Customer)", "hcsUname": "cbullard_ab_group", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group" } }, { "pkid": "5f3ae278ce894e00120501e6", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "hcsUname" ] }, "schema_version": "2.0", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae278ce894e00120501e6", "href": "/api/relation/HcsAdminUserREL/5f3ae278ce894e00120501e6/" } ], "parent": [ { "pkid": "5f3ae1fcce894e001204e0ed", "href": "/api/data/HierarchyNode/5f3ae1fcce894e001204e0ed" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/relation/HcsAdminUserREL/5f3ae278ce894e00120501e6/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/relation/HcsAdminUserREL/5f3ae278ce894e00120501e6/", "class": "delete", "title": "Delete" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/relation/HcsAdminUserREL/5f3ae278ce894e00120501e6/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/relation/HcsAdminUserREL/5f3ae278ce894e00120501e6/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/relation/HcsAdminUserREL/5f3ae278ce894e00120501e6/help", "class": "help", "title": "Help" } } ], "model_type": "relation/HcsAdminUserREL", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae278ce894e00120501e6" ], "summary_attrs": [ { "name": "hcsUname", "title": "HcsUsername" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "19.3.1", "tagged_versions": [] }, "data": { "pkid": "5f3ae278ce894e00120501e7", "hierarchy_friendly_name": "CS-P (Provider)", "hcsUname": "cmay_csp", "hierarchy_path": "sys.hcs.CS-P" } } ] }
(Show the first instance)
{ "pkid": "5f3ae271ce894e001204fffa", "meta": { "tags": [], "cached": true, "cache_control_policy": "cache_then_device", "title": "bdellara_csp", "business_key": {}, "schema_version": "2.1", "references": { "device": [ { "pkid": "", "href": "" } ], "self": [ { "pkid": "5f3ae271ce894e001204fffa", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/" } ], "children": [], "parent": [ { "pkid": "5f3ae1fcce894e001204e0ed", "href": "/api/data/HierarchyNode/5f3ae1fcce894e001204e0ed" } ] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/relation/HcsAdminUserREL/5f3ae271ce894e001204fffa/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "relation/HcsAdminUserREL", "summary_attrs": [ { "name": "hcsUname", "title": "HcsUsername" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "19.3.1", "tagged_versions": [] }, "data": { "AdminUser": { "username": "bdellara_csp", "first_name": "Bill", "last_name": "Dellara", "language": "en-us", "account_information": { "disabled": false, "password_last_change_time": "2020-08-17T20:02:58.126Z", "locked": false, "credential_policy": "HcsCredentialPolicy", "change_password_on_login": true }, "set_language": false, "role": "CS-PProviderAdministrator", "email": "[email protected]" }, "hcsUname": "bdellara_csp" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for relation/HcsAdminUserREL. | GET | /api/relation/HcsAdminUserREL/help | hierarchy=[hierarchy] | On-line help of Model ref.: relation/HcsAdminUserREL as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/relation/HcsAdminUserREL/[pkid]/ | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/relation/HcsAdminUserREL/[pkid]/ | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of relation/HcsAdminUserREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/HcsAdminUserREL/[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/HcsAdminUserREL and the JSON format can be used to import instances of relation/HcsAdminUserREL.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/relation/HcsAdminUserREL/[pkid]/ | hierarchy=[hierarchy] | The relation/HcsAdminUserREL instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/relation/HcsAdminUserREL/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for relation/HcsAdminUserREL. |