[Index]
HcsLdapUserSyncDAT
Model ref.: data/HcsLdapUserSyncDAT
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": {
"ldapServer": {
"title": "LDAP Server",
"description": "The assoicated LDAP server host.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/Ldap/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/Ldap",
"choices": []
},
"ldapAuthOnly": {
"title": "LDAP Authentication Only",
"description": "This LDAP Server is only used for Authentication purpose.",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": "false"
},
"ldapWriteBackOnly": {
"title": "LDAP Write Back Only",
"description": "This LDAP Server is only used for write back purpose. This setting can be used when using a Microsoft AD onprem server that is synced to Microsoft Azure.",
"type": "boolean",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": "false"
},
"ldapWriteBackOnlyTemplate": {
"title": "LDAP Write Back Template",
"description": "The LDAP Configuration Template to use for Write Back.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false
},
"userModelType": {
"title": "User Model Type",
"description": "The LDAP model type for users.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": "device/ldap/user"
},
"userMappingAttr": {
"title": "LDAP Authentication Attribute",
"description": "The selected attribute of the LDAP user login. When Server Type is Microsoft Active Directory, the following default choices are populated employeeNumber, mail, sAMAccountName, telephoneNumber, userPrincipalName, uid. When Server Type is Open LDAP, the following choices are populated employeeNumber, mail, telephoneNumber, uid. If the default choices do not fit the deployment, custom values are allowed for this field.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"choices": [
{
"value": " ",
"title": " "
}
]
},
"userEntitlementProfile": {
"title": "User Entitlement Profile",
"description": "The default user server profile for users added via sync.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/HcsEntitlementProfileDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "data/HcsEntitlementProfileDAT",
"choices": []
},
"userRole": {
"title": "User Role (default)",
"description": "The default role to assign to the synced user (if no other LDAP Custom Role Mappings are applicable for the synced user, then this fallback/default role will be applied).",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/Role/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/Role",
"choices": []
},
"userLanguage": {
"title": "User Language",
"description": "The default user language for users added via sync.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"target": "/api/data/Language/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/Language",
"choices": []
},
"userMoveMode": {
"title": "User Move Mode",
"description": "The behavior for moving users to site. Setting this value to Automatic will trigger the system to apply the move filters (refer to User Management) automatically when users are sync'd into the system. Automatic is only applicable to creating new users. Setting this value to Manual means that users must be moved to site by an Adminstrator (refer to User Management).",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": "Automatic",
"choices": [
{
"value": "Automatic",
"title": "Automatic"
},
{
"value": "Manual",
"title": "Manual"
}
]
},
"userDeleteMode": {
"title": "User Delete Mode",
"description": "The behavior for handling users who are deleted from the LDAP directory. Setting this value to Automatic will trigger the system to automatically delete system settings associated with the user. Setting this value to Manual means that users deleted from the LDAP directory are no longer LDAP Integrated. Manual action by an Administrator is required to remove user settings.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": "Manual",
"choices": [
{
"value": "Automatic",
"title": "Automatic"
},
{
"value": "Manual",
"title": "Manual"
}
]
},
"userPurgeMode": {
"title": "User Purge Mode",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"default": "Automatic",
"choices": [
{
"value": "Automatic",
"title": "Automatic"
},
{
"value": "Manual",
"title": "Manual"
}
]
},
"info": {
"title": "Information",
"description": "Information regarding the specified action.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": true
},
"FieldMapping": {
"title": "Field Mapping",
"type": "object",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"properties": {
"ldap_username": {
"title": "LDAP Username",
"description": "The LDAP field mapped to the user's login attribute.",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false
},
"data_username": {
"title": "Data Username",
"description": "The LDAP field mapped to the user's login attribute for local authentication.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"buildingName": {
"title": "Building Name",
"description": "The LDAP field mapped to the user's building name.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"c": {
"title": "C",
"description": "The LDAP field mapped to the user's country.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"departmentNumber": {
"title": "Department Number",
"description": "The LDAP field mapped to the user's department number.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"directoryUri": {
"title": "Directory URI",
"description": "The LDAP field mapped to the user's directory URI.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"displayName": {
"title": "Display Name",
"description": "The LDAP field mapped to the user's display name.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"employeeNumber": {
"title": "Employee Number",
"description": "The LDAP field mapped to the user's employee number.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"employeeType": {
"title": "Employee Type",
"description": "The LDAP field mapped to the user's employee type.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"facsimileTelephoneNumber": {
"title": "Facsimile Telephone Number",
"description": "The LDAP field mapped to the user's FAX number.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"givenName": {
"title": "Given Name",
"description": "The LDAP field mapped to the user's first name.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"homePhone": {
"title": "Home Phone",
"description": "The LDAP field mapped to the user's home phone number.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"ipPhone": {
"title": "IP Phone",
"description": "The LDAP field mapped to the user's IP phone number.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"jabberID": {
"title": "Jabber ID",
"description": "The LDAP field mapped to the user's Jabber ID.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"l": {
"title": "L",
"description": "The LDAP field mapped to the user's city.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"mail": {
"title": "Mail",
"description": "The LDAP field mapped to the user's email address.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"manager": {
"title": "Manager",
"description": "The LDAP field mapped to the user's manager.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"memberOf": {
"title": "Member Of",
"description": "The LDAP field mapped to the user's groups.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"mobile": {
"title": "Mobile",
"description": "The LDAP field mapped to the user's mobile phone number.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"o": {
"title": "O",
"description": "The LDAP field mapped to the user's organization name.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"objectClass": {
"title": "Object Class",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"otherMailbox": {
"title": "Other Mailbox",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"ou": {
"title": "Ou",
"description": "The LDAP field mapped to the user's organization unit name.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"photoURL": {
"title": "Photo URL",
"description": "The LDAP field mapped to the user's photo URL.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"physicalDeliveryOfficeName": {
"title": "Physical Delivery Office Name",
"description": "The LDAP field mapped to the user's post office.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"postalCode": {
"title": "Postal Code",
"description": "The LDAP field mapped to the user's postal code.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"preferredLanguage": {
"title": "Preferred Language",
"description": "The LDAP field mapped to the user's preferred language.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"sn": {
"title": "Sn",
"description": "The LDAP field mapped to the user's last name.",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false
},
"st": {
"title": "St",
"description": "The LDAP field mapped to the user's state.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"street": {
"title": "Street",
"description": "The LDAP field mapped to the user's street.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"telephoneNumber": {
"title": "Telephone Number",
"description": "The LDAP field mapped to the user's telephone number.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"timezone": {
"title": "Timezone",
"description": "The LDAP field mapped to the user's time zone.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"title": {
"title": "Title",
"description": "The LDAP field mapped to the user's title.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"uid": {
"title": "Uid",
"description": "The LDAP field mapped to the user's userid.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"unverifiedMailBox": {
"title": "Unverified Mail Box",
"description": "The LDAP field mapped to the user's unverified mailbox.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customString1": {
"title": "Custom String 1",
"description": "The LDAP field mapped to a custom string.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customString2": {
"title": "Custom String 2",
"description": "The LDAP field mapped to a custom string.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customString3": {
"title": "Custom String 3",
"description": "The LDAP field mapped to a custom string.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customString4": {
"title": "Custom String 4",
"description": "The LDAP field mapped to a custom string.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customString5": {
"title": "Custom String 5",
"description": "The LDAP field mapped to a custom string.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customListOfStrings1": {
"title": "Custom List of Strings 1",
"description": "The LDAP field mapped to a custom list of strings.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customListOfStrings2": {
"title": "Custom List of Strings 2",
"description": "The LDAP field mapped to a custom list of strings.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customListOfStrings3": {
"title": "Custom List of Strings 3",
"description": "The LDAP field mapped to a custom list of strings.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customListOfStrings4": {
"title": "Custom List of Strings 4",
"description": "The LDAP field mapped to a custom list of strings.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"customListOfStrings5": {
"title": "Custom List of Strings 5",
"description": "The LDAP field mapped to a custom list of strings.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
}
}
}
},
"schema_version": "2.8"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/data/HcsLdapUserSyncDAT/add/ |
|
The GUI Add form of data/HcsLdapUserSyncDAT 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/HcsLdapUserSyncDAT | 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/HcsLdapUserSyncDAT/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/HcsLdapUserSyncDAT/[pkid1]", "/api/data/HcsLdapUserSyncDAT/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/HcsLdapUserSyncDAT/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/HcsLdapUserSyncDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/HcsLdapUserSyncDAT/export/ |
|
{ "hrefs":["/api/data/HcsLdapUserSyncDAT/[pkid1]", "/api/data/HcsLdapUserSyncDAT/[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 data/HcsLdapUserSyncDAT and the JSON format can be used to import instances of data/HcsLdapUserSyncDAT.
GET http://[host-proxy]/api/data/HcsLdapUserSyncDAT/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for data/HcsLdapUserSyncDAT | POST | /api/data/HcsLdapUserSyncDAT/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/HcsLdapUserSyncDAT/ |
|
The data/HcsLdapUserSyncDAT schema and all instances as JSON. |
(The list will return 0 to 3 data/HcsLdapUserSyncDAT instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 6,
"total_limit": null,
"order_by": "ldapServer",
"direction": "asc",
"current": "/api/data/HcsLdapUserSyncDAT/?skip=0&limit=3&order_by=ldapServer&direction=asc&traversal=down"
},
"operations": [
"list",
"get",
"update",
"help",
"transform",
"export_bulkload_template",
"field_display_policy",
"configuration_template",
"add",
"export",
"bulk_update_form",
"migration",
"remove",
"move"
],
"meta": {
"model_type": "data/HcsLdapUserSyncDAT",
"summary_attrs": [
{
"name": "ldapServer",
"title": "LDAP Server"
},
{
"name": "userModelType",
"title": "User Model Type"
},
{
"name": "userEntitlementProfile",
"title": "User Entitlement Profile"
},
{
"name": "userRole",
"title": "User Role"
},
{
"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",
"add",
"update",
"remove",
"import",
"execute",
"export",
"export_bulkload_template",
"help"
],
"schema_version": "2.8",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/data/HcsLdapUserSyncDAT/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsLdapUserSyncDAT/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/data/HcsLdapUserSyncDAT/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/data/HcsLdapUserSyncDAT/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/HcsLdapUserSyncDAT/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsLdapUserSyncDAT/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"resources": [
{
"data": {
"info": "Enable automatic sync by activating the LDAP Schedule or initiate a manual sync from the Sync & Purge Users menu. A sync cannot be cancelled, and an LDAP server cannot be deleted while a sync is in-progress.",
"FieldMapping": {
"directoryUri": "mail",
"objectClass": "objectClass",
"unverifiedMailBox": "unverifiedMailBox",
"ldap_username": "sAMAccountName",
"manager": "manager",
"street": "streetAddress",
"uid": "uid",
"buildingName": "physicalDeliveryOfficeName",
"employeeType": "employeeType",
"otherMailbox": "otherMailbox",
"title": "title",
"facsimileTelephoneNumber": "facsimileTelephoneNumber",
"data_username": "data_username",
"postalCode": "postalCode",
"mail": "mail",
"departmentNumber": "department",
"employeeNumber": "employeeNumber",
"displayName": "displayName",
"homePhone": "homePhone",
"telephoneNumber": "telephoneNumber",
"c": "c",
"physicalDeliveryOfficeName": "physicalDeliveryOfficeName",
"mobile": "mobile",
"memberOf": "memberOf",
"l": "l",
"o": "o",
"st": "st",
"preferredLanguage": "preferredLanguage",
"sn": "sn",
"ou": "ou",
"givenName": "givenName",
"ipPhone": "ipPhone"
},
"ldapAuthOnly": false,
"userModelType": "device/ldap/user",
"userMoveMode": "Automatic",
"pkid": "5a8673c467ea6f20399339c7",
"userPurgeMode": "Manual",
"ldapServer": "[\"10.120.2.221\", \"389\", \"OU=AAAGlobal,DC=vossqa,DC=net\", \"hcs.CS-P.CS-NB.AAAGlobal\"]",
"userEntitlementProfile": "[\"AAAGlobal-Standard-EP\", \"hcs.CS-P.CS-NB.AAAGlobal\"]",
"userRole": "AAAGlobalSelfService",
"userDeleteMode": "Manual",
"hierarchy_friendly_name": "AAAGlobal (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal"
},
"meta": {
"model_type": "data/HcsLdapUserSyncDAT",
"summary_attrs": [
{
"name": "ldapServer",
"title": "LDAP Server"
},
{
"name": "userModelType",
"title": "User Model Type"
},
{
"name": "userEntitlementProfile",
"title": "User Entitlement Profile"
},
{
"name": "userRole",
"title": "User Role"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a8673030085ec1f7f30e906",
"href": "/api/data/HierarchyNode/5a8673030085ec1f7f30e906"
}
],
"foreign_key": [
{
"pkid": "5a8673b8939cd122e184abd8",
"path": "ldapServer",
"model_type": "data/Ldap"
},
{
"pkid": "5a86731e0085ec1f7f30ebf1",
"path": "userEntitlementProfile",
"model_type": "data/HcsEntitlementProfileDAT"
},
{
"pkid": "5a867313142896209a5f32d6",
"path": "userRole",
"model_type": "data/Role"
}
],
"self": [
{
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/",
"pkid": "5a8673c467ea6f20399339c4"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"5a8673c467ea6f20399339c4"
],
"schema_version": "2.8",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/",
"support_async": true,
"title": "Delete"
}
},
{
"import": {
"method": "POST",
"class": "import",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/import/",
"support_async": true,
"title": "Import"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"execute": {
"method": "POST",
"class": "execute",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/execute/",
"support_async": true,
"title": "Execute"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5a8673c467ea6f20399339c4"
},
{
"data": {
"info": "Enable automatic sync by activating the LDAP Schedule or initiate a manual sync from the Sync & Purge Users menu. A sync cannot be cancelled, and an LDAP server cannot be deleted while a sync is in-progress.",
"FieldMapping": {
"directoryUri": "mail",
"objectClass": "objectClass",
"unverifiedMailBox": "unverifiedMailBox",
"ldap_username": "sAMAccountName",
"manager": "manager",
"street": "streetAddress",
"uid": "uid",
"buildingName": "physicalDeliveryOfficeName",
"employeeType": "employeeType",
"otherMailbox": "otherMailbox",
"title": "title",
"facsimileTelephoneNumber": "facsimileTelephoneNumber",
"data_username": "data_username",
"postalCode": "postalCode",
"mail": "mail",
"departmentNumber": "department",
"employeeNumber": "employeeNumber",
"displayName": "displayName",
"homePhone": "homePhone",
"telephoneNumber": "telephoneNumber",
"c": "c",
"physicalDeliveryOfficeName": "physicalDeliveryOfficeName",
"mobile": "mobile",
"memberOf": "memberOf",
"l": "l",
"o": "o",
"st": "st",
"preferredLanguage": "preferredLanguage",
"sn": "sn",
"ou": "ou",
"givenName": "givenName",
"ipPhone": "ipPhone"
},
"ldapAuthOnly": false,
"userModelType": "device/ldap/user",
"userMoveMode": "Automatic",
"pkid": "5a86cf250085ec1f7f330cc3",
"userPurgeMode": "Manual",
"ldapServer": "[\"10.120.2.221\", \"389\", \"OU=AB-C,OU=AB-GROUP,DC=vossqa,DC=net\", \"hcs.CS-P.CS-AB.AB_Group.AB-C\"]",
"userEntitlementProfile": "[\"AB_Group-Standard-EP\", \"hcs.CS-P.CS-AB.AB_Group\"]",
"userRole": "AB_GroupSelfService",
"userDeleteMode": "Manual",
"hierarchy_friendly_name": "AB-C (IntermediateNode)",
"hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C"
},
"meta": {
"model_type": "data/HcsLdapUserSyncDAT",
"summary_attrs": [
{
"name": "ldapServer",
"title": "LDAP Server"
},
{
"name": "userModelType",
"title": "User Model Type"
},
{
"name": "userEntitlementProfile",
"title": "User Entitlement Profile"
},
{
"name": "userRole",
"title": "User Role"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86cee1939cd122e185cb08",
"href": "/api/data/HierarchyNode/5a86cee1939cd122e185cb08"
}
],
"foreign_key": [
{
"pkid": "5a86ceeeb12a1c20228eb7e5",
"path": "ldapServer",
"model_type": "data/Ldap"
},
{
"pkid": "5a86ccc8142896209a607dd1",
"path": "userEntitlementProfile",
"model_type": "data/HcsEntitlementProfileDAT"
},
{
"pkid": "5a86cc77142896209a607876",
"path": "userRole",
"model_type": "data/Role"
}
],
"self": [
{
"href": "/api/data/HcsLdapUserSyncDAT/5a86cf250085ec1f7f330cc0/",
"pkid": "5a86cf250085ec1f7f330cc0"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86704db12a1c20228be944",
"5a86cc291360b6206c49e71e",
"5a86cee1939cd122e185cb08",
"5a86cf250085ec1f7f330cc0"
],
"schema_version": "2.8",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/HcsLdapUserSyncDAT/5a86cf250085ec1f7f330cc0/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsLdapUserSyncDAT/5a86cf250085ec1f7f330cc0/",
"support_async": true,
"title": "Delete"
}
},
{
"import": {
"method": "POST",
"class": "import",
"href": "/api/data/HcsLdapUserSyncDAT/5a86cf250085ec1f7f330cc0/import/",
"support_async": true,
"title": "Import"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/HcsLdapUserSyncDAT/5a86cf250085ec1f7f330cc0/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"execute": {
"method": "POST",
"class": "execute",
"href": "/api/data/HcsLdapUserSyncDAT/5a86cf250085ec1f7f330cc0/execute/",
"support_async": true,
"title": "Execute"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/HcsLdapUserSyncDAT/5a86cf250085ec1f7f330cc0/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsLdapUserSyncDAT/5a86cf250085ec1f7f330cc0/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5a86cf250085ec1f7f330cc0"
},
{
"data": {
"info": "After creating the LDAP User Sync, enable automatic sync by activating the LDAP Schedule or initiate a manual sync from the Sync & Purge Users menu. A sync cannot be cancelled, and an LDAP server cannot be deleted while a sync is in-progress.",
"FieldMapping": {
"directoryUri": "mail",
"objectClass": "objectClass",
"ldap_username": "sAMAccountName",
"manager": "manager",
"street": "streetAddress",
"uid": "uid",
"employeeType": "employeeType",
"otherMailbox": "otherMailbox",
"title": "title",
"facsimileTelephoneNumber": "facsimileTelephoneNumber",
"data_username": "sAMAccountName",
"postalCode": "postalCode",
"mail": "mail",
"departmentNumber": "department",
"photoURL": "photo",
"employeeNumber": "employeeNumber",
"displayName": "displayName",
"homePhone": "homePhone",
"telephoneNumber": "telephoneNumber",
"c": "c",
"physicalDeliveryOfficeName": "physicalDeliveryOfficeName",
"mobile": "mobile",
"memberOf": "memberOf",
"l": "l",
"o": "o",
"st": "st",
"preferredLanguage": "preferredLanguage",
"sn": "sn",
"ou": "ou",
"givenName": "givenName",
"ipPhone": "ipPhone"
},
"ldapAuthOnly": false,
"userModelType": "device/ldap/user",
"userMoveMode": "Automatic",
"pkid": "62737a3c9a906d3554c4420e",
"userPurgeMode": "Automatic",
"ldapServer": "[\"10.120.2.221\", \"389\", \"OU=Gory,DC=vossqa,DC=net\", \"hcs.CS-P.CS-AB.AB_Group\"]",
"userEntitlementProfile": "[\"CS-P-Premium-EP\", \"hcs.CS-P\"]",
"userRole": "CS-PSelfService",
"userMappingAttr": "sAMAccountName",
"userDeleteMode": "Manual",
"hierarchy_friendly_name": "AB_Group (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group"
},
"meta": {
"model_type": "data/HcsLdapUserSyncDAT",
"summary_attrs": [
{
"name": "ldapServer",
"title": "LDAP Server"
},
{
"name": "userModelType",
"title": "User Model Type"
},
{
"name": "userEntitlementProfile",
"title": "User Entitlement Profile"
},
{
"name": "userRole",
"title": "User Role"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86cc291360b6206c49e71e",
"href": "/api/data/HierarchyNode/5a86cc291360b6206c49e71e"
}
],
"foreign_key": [
{
"pkid": "62737a068f134337d054df50",
"path": "ldapServer",
"model_type": "data/Ldap"
},
{
"pkid": "5a867086142896209a5f2af2",
"path": "userEntitlementProfile",
"model_type": "data/HcsEntitlementProfileDAT"
},
{
"pkid": "5a866fe667ea6f203993216a",
"path": "userRole",
"model_type": "data/Role"
}
],
"self": [
{
"href": "/api/data/HcsLdapUserSyncDAT/62737a3c9a906d3554c4420c/",
"pkid": "62737a3c9a906d3554c4420c"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86704db12a1c20228be944",
"5a86cc291360b6206c49e71e",
"62737a3c9a906d3554c4420c"
],
"schema_version": "2.8",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/HcsLdapUserSyncDAT/62737a3c9a906d3554c4420c/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsLdapUserSyncDAT/62737a3c9a906d3554c4420c/",
"support_async": true,
"title": "Delete"
}
},
{
"import": {
"method": "POST",
"class": "import",
"href": "/api/data/HcsLdapUserSyncDAT/62737a3c9a906d3554c4420c/import/",
"support_async": true,
"title": "Import"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/HcsLdapUserSyncDAT/62737a3c9a906d3554c4420c/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"execute": {
"method": "POST",
"class": "execute",
"href": "/api/data/HcsLdapUserSyncDAT/62737a3c9a906d3554c4420c/execute/",
"support_async": true,
"title": "Execute"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/HcsLdapUserSyncDAT/62737a3c9a906d3554c4420c/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsLdapUserSyncDAT/62737a3c9a906d3554c4420c/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "62737a3c9a906d3554c4420c"
}
]
}
(Show the first instance)
{
"data": {
"info": "Enable automatic sync by activating the LDAP Schedule or initiate a manual sync from the Sync & Purge Users menu. A sync cannot be cancelled, and an LDAP server cannot be deleted while a sync is in-progress.",
"FieldMapping": {
"directoryUri": "mail",
"objectClass": "objectClass",
"unverifiedMailBox": "unverifiedMailBox",
"ldap_username": "sAMAccountName",
"manager": "manager",
"street": "streetAddress",
"uid": "uid",
"buildingName": "physicalDeliveryOfficeName",
"employeeType": "employeeType",
"otherMailbox": "otherMailbox",
"title": "title",
"facsimileTelephoneNumber": "facsimileTelephoneNumber",
"data_username": "data_username",
"postalCode": "postalCode",
"mail": "mail",
"departmentNumber": "department",
"employeeNumber": "employeeNumber",
"displayName": "displayName",
"homePhone": "homePhone",
"telephoneNumber": "telephoneNumber",
"c": "c",
"physicalDeliveryOfficeName": "physicalDeliveryOfficeName",
"mobile": "mobile",
"memberOf": "memberOf",
"l": "l",
"o": "o",
"st": "st",
"preferredLanguage": "preferredLanguage",
"sn": "sn",
"ou": "ou",
"givenName": "givenName",
"ipPhone": "ipPhone"
},
"ldapAuthOnly": false,
"userModelType": "device/ldap/user",
"userMoveMode": "Automatic",
"userPurgeMode": "Manual",
"ldapServer": "[\"10.120.2.221\", \"389\", \"OU=AAAGlobal,DC=vossqa,DC=net\", \"hcs.CS-P.CS-NB.AAAGlobal\"]",
"userEntitlementProfile": "[\"AAAGlobal-Standard-EP\", \"hcs.CS-P.CS-NB.AAAGlobal\"]",
"userRole": "AAAGlobalSelfService",
"userDeleteMode": "Manual",
"pkid": "5a8673c467ea6f20399339c7"
},
"meta": {
"model_type": "data/HcsLdapUserSyncDAT",
"summary_attrs": [
{
"name": "ldapServer",
"title": "LDAP Server"
},
{
"name": "userModelType",
"title": "User Model Type"
},
{
"name": "userEntitlementProfile",
"title": "User Entitlement Profile"
},
{
"name": "userRole",
"title": "User Role (default)"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {},
"api_version": "21.2",
"cached": false,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"href": "/api/data/HierarchyNode/5a8673030085ec1f7f30e906",
"pkid": "5a8673030085ec1f7f30e906"
}
],
"foreign_key": [
{
"pkid": "5a8673b8939cd122e184abd8",
"path": "ldapServer",
"model_type": "data/Ldap"
},
{
"pkid": "5a86731e0085ec1f7f30ebf1",
"path": "userEntitlementProfile",
"model_type": "data/HcsEntitlementProfileDAT"
},
{
"pkid": "5a867313142896209a5f32d6",
"path": "userRole",
"model_type": "data/Role"
}
],
"children": [],
"self": [
{
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/",
"pkid": "5a8673c467ea6f20399339c4"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"5a8673c467ea6f20399339c4"
],
"schema_version": "2.8",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"import": {
"method": "POST",
"class": "import",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/import/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Import"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"execute": {
"method": "POST",
"class": "execute",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/execute/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Execute"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsLdapUserSyncDAT/5a8673c467ea6f20399339c4/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"pkid": "5a8673c467ea6f20399339c4"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/HcsLdapUserSyncDAT. | GET | /api/data/HcsLdapUserSyncDAT/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/HcsLdapUserSyncDAT as HTML |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/data/HcsLdapUserSyncDAT/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/HcsLdapUserSyncDAT/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Import | POST | /api/data/HcsLdapUserSyncDAT/[pkid]/import | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and a single instance with [pkid] of data/HcsLdapUserSyncDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/HcsLdapUserSyncDAT/[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 data/HcsLdapUserSyncDAT and the JSON format can be used to import instances of data/HcsLdapUserSyncDAT.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Execute | POST | /api/data/HcsLdapUserSyncDAT/[pkid]/execute | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/HcsLdapUserSyncDAT/[pkid] | hierarchy=[hierarchy] | The data/HcsLdapUserSyncDAT instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/HcsLdapUserSyncDAT/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/HcsLdapUserSyncDAT. |