[Index]
Model ref.: relation/HcsProviderREL
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": "Provider's name", "title": "Name", "pattern": "^[A-Za-z0-9_\\- ]+$", "required": true, "displayable": false, "readonly": false, "maxLength": 64, "type": "string" }, "description": { "is_password": false, "description": "Provider's Description", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "create_admin": { "is_password": false, "description": "Indicates whether or not an Admin User should be created", "title": "Create Local Admin", "default": "true", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "HierarchyPath": { "is_password": false, "description": "Provider entity's hierarchy", "title": "Hierarchy Path", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "sdrName": { "is_password": false, "description": "SDR Provider Name", "title": "SDR Name", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "decoupleSdrName": { "is_password": false, "description": "Decouple Provider's SDR Name From Provider's Hierarchy Name", "title": "Decouple SDR Name", "default": "false", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "directoryDomain": { "is_password": false, "description": "Provider Domain Name", "title": "Domain Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "misc_data": { "is_password": false, "description": "Miscellaneous data used at run-time", "title": "Misc Data", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "data_prov": { "title": "Data Prov", "type": "object", "properties": { "id": { "is_password": false, "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "name": { "is_password": false, "title": "Name", "required": true, "displayable": false, "readonly": false, "maxLength": 64, "type": "string" }, "description": { "is_password": false, "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "accountID": { "is_password": false, "title": "Account ID", "required": false, "displayable": false, "readonly": false, "maxLength": 64, "type": "string" }, "contactName": { "is_password": false, "title": "Contact Name", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "contactAddress1": { "is_password": false, "title": "Contact Address1", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "contactAddress2": { "is_password": false, "title": "Contact Address2", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "contactCity": { "is_password": false, "title": "Contact City", "required": false, "displayable": false, "readonly": false, "maxLength": 64, "type": "string" }, "contactState": { "is_password": false, "title": "Contact State", "required": false, "displayable": false, "readonly": false, "maxLength": 64, "type": "string" }, "contactPostZip": { "is_password": false, "title": "Contact Post Zip", "required": false, "displayable": false, "readonly": false, "maxLength": 32, "type": "string" }, "contactCountry": { "is_password": false, "title": "Contact Country", "required": false, "displayable": false, "readonly": false, "maxLength": 32, "type": "string" }, "contactPhoneNumber": { "is_password": false, "title": "Contact Phone Number", "required": false, "displayable": false, "readonly": false, "maxLength": 64, "type": "string" }, "contactEmail": { "is_password": false, "title": "Contact Email", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "managementNetwork": { "is_password": false, "format": "uri", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "title": "Management Network", "type": "string", "target": "/api/data/HCSHcmfManagementNetworkDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HCSHcmfManagementNetworkDAT", "choices": [] }, "cCDM": { "is_password": false, "format": "uri", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "title": "CCDM", "type": "string", "target": "/api/data/HCSHcmfCCDMDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HCSHcmfCCDMDAT", "choices": [] }, "cUCDM2": { "is_password": false, "format": "uri", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "title": "CUCDM2", "type": "string", "target": "/api/data/HCSHcmfCUCDM2DAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HCSHcmfCUCDM2DAT", "choices": [] }, "directoryDomain": { "is_password": false, "format": "uri", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "title": "Directory Domain", "type": "string", "target": "/api/data/HCSHcmfDirectoryDomainDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HCSHcmfDirectoryDomainDAT", "choices": [] }, "ownsCTX": { "is_password": false, "format": "uri", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "title": "Owns CTX", "type": "string", "target": "/api/data/HCSHcmfCTXDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HCSHcmfCTXDAT", "choices": [] }, "monitorsPrimeCollab": { "is_password": false, "format": "uri", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "title": "Monitors Prime Collab", "type": "string", "target": "/api/data/HCSHcmfPrimeCollabDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HCSHcmfPrimeCollabDAT", "choices": [] } } }, "hcs_role": { "title": "Hcs Role", "type": "object", "properties": { "name": { "is_password": false, "title": "Name", "minItems": 0, "required": false, "displayable": false, "readonly": false, "type": "string" }, "clonedRole": { "is_password": false, "description": "The role selector.", "title": "Role", "minItems": 0, "required": true, "displayable": false, "choices": [ { "value": " ", "title": " " } ], "readonly": false, "type": "string" }, "role": { "is_password": false, "description": "The role selector.", "title": "Role", "minItems": 0, "required": true, "displayable": false, "choices": [ { "value": " ", "title": " " } ], "readonly": false, "type": "string" } } }, "data_user": { "title": "Data User", "type": "object", "properties": { "name": { "is_password": false, "title": "Name", "minItems": 0, "required": false, "displayable": false, "readonly": false, "type": "string" }, "password": { "is_password": true, "title": "Password", "minItems": 0, "required": false, "displayable": false, "readonly": false, "type": "string" } } }, "data_dd": { "title": "Data Dd", "type": "object", "properties": { "id": { "is_password": false, "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "name": { "is_password": false, "title": "Name", "required": true, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "description": { "is_password": false, "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "activeDirectoryDomain": { "is_password": false, "title": "Active Directory Domain", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "cloudConnectorURL": { "is_password": false, "title": "Cloud Connector URL", "required": false, "displayable": false, "readonly": false, "maxLength": 256, "type": "string" }, "cloudConnectorUserID": { "is_password": false, "title": "Cloud Connector User ID", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "cloudConnectorInitialPassword": { "is_password": false, "title": "Cloud Connector Initial Password", "required": false, "displayable": false, "readonly": false, "maxLength": 64, "type": "string" }, "cloudConnectorAdminEmailID": { "is_password": false, "title": "Cloud Connector Admin Email ID", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "organizationID": { "is_password": false, "title": "Organization ID", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "localAdminUserID": { "is_password": false, "title": "Local Admin User ID", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "localAdminPassword": { "is_password": true, "title": "Local Admin Password", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "serviceAccountUserID": { "is_password": false, "title": "Service Account User ID", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "serviceAccountPassword": { "is_password": true, "title": "Service Account Password", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "adminAccountResetPasswordURL": { "is_password": false, "title": "Admin Account Reset Password URL", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "typeCurrentLDAPIntegration": { "is_password": false, "title": "Type Current LDAP Integration", "default": "DISABLED", "required": false, "displayable": false, "choices": [ { "value": "DISABLED", "title": "DISABLED" }, { "value": "IN_PROGRESS", "title": "IN_PROGRESS" }, { "value": "ENABLED", "title": "ENABLED" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "lDAPSyncEnabled": { "is_password": false, "title": "LDAP Sync Enabled", "default": false, "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "searchBaseDN": { "is_password": false, "title": "Search Base DN", "required": false, "displayable": false, "readonly": false, "maxLength": 512, "type": "string" }, "typeUID": { "is_password": false, "title": "Type UID", "default": "MAIL", "required": true, "displayable": false, "choices": [ { "value": "MAIL", "title": "MAIL" }, { "value": "SAMACCOUNT_NAME", "title": "SAMACCOUNT_NAME" }, { "value": "EMPLOYEE_NUMBER", "title": "EMPLOYEE_NUMBER" }, { "value": "TELEPHONE_NUMBER", "title": "TELEPHONE_NUMBER" }, { "value": "USER_PRINCIPAL_NAME", "title": "USER_PRINCIPAL_NAME" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "orgUnit": { "is_password": false, "format": "uri", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "title": "Org Unit", "type": "string", "target": "/api/data/HCSHcmfOrgUnitDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HCSHcmfOrgUnitDAT", "choices": [] }, "credentials": { "is_password": false, "title": "Credentials", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "description": { "is_password": false, "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 128, "type": "string" }, "typeCredential": { "is_password": false, "title": "Type Credential", "required": true, "displayable": false, "choices": [ { "value": "SNMP_V1", "title": "SNMP_V1" }, { "value": "SNMP_V2", "title": "SNMP_V2" }, { "value": "SNMP_V3", "title": "SNMP_V3" }, { "value": "ADMIN", "title": "ADMIN" }, { "value": "PLATFORM", "title": "PLATFORM" }, { "value": "WMI", "title": "WMI" }, { "value": "IOS_ENABLE", "title": "IOS_ENABLE" }, { "value": "HTTP", "title": "HTTP" }, { "value": "CLI", "title": "CLI" }, { "value": "OPERATOR", "title": "OPERATOR" }, { "value": "SFTP", "title": "SFTP" }, { "value": "JTAPI", "title": "JTAPI" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "userID": { "is_password": false, "title": "User ID", "required": false, "displayable": false, "readonly": false, "maxLength": 256, "type": "string" }, "password_CommunityString": { "is_password": true, "title": "Password Community String", "required": false, "displayable": false, "readonly": false, "maxLength": 512, "store_encrypted": true, "type": "string" }, "typeSNMPAccess": { "is_password": false, "title": "Type SNMP Access", "default": "RO", "required": false, "displayable": false, "choices": [ { "value": "RO", "title": "RO" }, { "value": "RW", "title": "RW" } ], "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" } } }, "dataUser": { "title": "Data User", "type": "object", "properties": { "username": { "required": true, "type": "string", "description": "User's Username.", "title": "User Name" }, "email": { "required": false, "type": "string", "description": "The User email address.", "title": "Email Address" }, "first_name": { "type": "string", "description": "The User first name.", "title": "First Name" }, "last_name": { "type": "string", "description": "The User last name.", "title": "Last Name" }, "password": { "is_password": true, "description": "The User password.", "title": "Password", "pattern": ".{8,}", "type": "string", "store_encrypted": true }, "role": { "description": "The role to which the user belongs. See: Role.", "format": "uri", "required": true, "target_attr": "name", "target": "/api/data/Role/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Role", "type": "string", "target_model_type": "data/Role", "choices": [] }, "language": { "description": "The preferred language for this user.", "format": "uri", "default": "en-us", "required": false, "target_attr": "lcid", "target": "/api/data/Language/choices/?field=lcid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Language", "type": "string", "target_model_type": "data/Language", "choices": [] }, "set_language": { "description": "Indicate if the user's language is set by language default in the hierarchy.", "title": "Set by Default Language", "default": false, "required": false, "type": "boolean" }, "account_information": { "description": "Additional account information for the given user.", "title": "Account Information", "required": false, "type": "object", "properties": { "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" }, "locked": { "required": false, "type": "boolean", "description": "Indicates if the account has been locked to prevent the user from logging in.", "title": "Locked" }, "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" }, "reason_for_disabled": { "required": false, "type": "string", "description": "A description of why the account is disabled.", "title": "Reason for Disabled" }, "credential_policy": { "description": "Specifies the policy with the rules used to govern this user's credentials.", "format": "uri", "required": false, "target_attr": "name", "target": "/api/data/CredentialPolicy/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Credential Policy", "type": "string", "target_model_type": "data/CredentialPolicy", "choices": [] }, "failed_login_lock_date": { "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", "required": false, "title": "Time Locked Due to Failed Login Attempts", "type": "string" }, "password_last_change_time": { "description": "The time when the password was last changed.", "format": "date-time", "required": false, "readonly": true, "title": "Time of Last Password Change", "type": "string" }, "password_last_change_time_by_user": { "description": "The time when the password was last changed by the user.", "format": "date-time", "required": false, "readonly": true, "title": "Time of Last Password Change By User", "type": "string" }, "last_login_time": { "description": "The time the user last logged in successfully.", "format": "date-time", "required": false, "readonly": true, "title": "Time of Last Successful Login", "type": "string" }, "num_of_failed_login_attempts": { "description": "The total number of failed login attempts since last successful login.", "title": "Number of Failed Login Attempts Since Last Successful Login", "default": "0", "required": false, "type": "integer" }, "security_questions": { "items": { "type": "object", "properties": { "question": { "title": "Question", "required": true, "displayable": true, "maxLength": 128, "type": "string" }, "answer": { "maxLength": 128, "required": true, "type": "string", "title": "Answer" } } }, "type": "array", "title": "Security Questions" }, "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" } } }, "entitlement_profile": { "is_password": false, "format": "uri", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "title": "Entitlement Profile", "type": "string", "target": "/api/data/HcsEntitlementProfileDAT/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_model_type": "data/HcsEntitlementProfileDAT", "choices": [] }, "sync_source": { "target": "/api/data/UserSyncSource/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "default": "LOCAL", "title": "Sync Source", "target_attr": "name", "type": "string", "description": "Sync source of the user. Identifies where the user was synced from. This value will determine the master of the data. The data in the User model will be derived from the fields of the master application (E.G. CUCM, CUC, MS-LDAP).", "target_model_type": "data/UserSyncSource", "choices": [] }, "sync_type": { "default": "LOCAL", "type": "string", "description": "Sync type of the user. Identifies the user type that was synced from device as indicated by Sync Source information, e.g. CUCM-Local, CUCM-LDAP, LOCAL.", "title": "Sync Type" }, "building_name": { "type": "string", "description": "Building name or number.", "title": "Building Name" }, "country": { "type": "string", "description": "Country name.", "title": "Country" }, "department": { "type": "string", "description": "Department names and numbers.", "title": "Department" }, "directory_uri": { "type": "string", "description": "Alphanumeric Directory URI (e.g. SIP URI)", "title": "Directory URI" }, "display_name": { "type": "string", "description": "Display name of the user", "title": "Display Name" }, "employee_number": { "type": "string", "description": "Employee number of the user", "title": "Employee Number" }, "employee_type": { "type": "string", "description": "Employee type", "title": "Employee Type" }, "facsimile_telephone_number": { "items": { "type": "string" }, "type": "array", "description": "Contains strings that represent the user's facsimile telephone Number(s).", "title": "Facsimile Telephone Number" }, "home_phone": { "items": { "type": "string" }, "type": "array", "description": "Contains strings that represent the user's home phone number(s).", "title": "Home Phone" }, "ip_phone": { "items": { "type": "string" }, "type": "array", "description": "Contains strings that represent the user's IP phone number(s).", "title": "IP Phone" }, "jabber_id": { "type": "string", "description": "Jabber ID", "title": "Jabber ID" }, "city": { "type": "string", "description": "Contains the name of a person's locality.", "title": "City" }, "manager": { "type": "string", "description": "Manager.", "title": "Manager" }, "member_of": { "items": { "type": "string" }, "type": "array", "description": "The user can be a member of a variety of groups.", "title": "Member Of" }, "mobile": { "items": { "type": "string" }, "type": "array", "description": "Contains strings that represent the user's IP mobile number(s).", "title": "Mobile" }, "organization": { "type": "string", "description": "The name of the person's organization.", "title": "Organization" }, "object_class": { "minItems": 0, "items": { "is_password": false, "type": "string" }, "type": "array", "title": "Object Class" }, "other_mailbox": { "minItems": 0, "items": { "is_password": false, "type": "string" }, "type": "array", "title": "Other Mailbox" }, "ou": { "description": "The name of the person's organization unit.", "title": "Organizational Unit", "minItems": 0, "items": { "is_password": false, "type": "string" }, "type": "array" }, "photo_url": { "type": "string", "description": "Photo URL.", "title": "Photo URL" }, "physical_delivery_office_name": { "type": "string", "description": "Physical Delivery Office Name.", "title": "Physical Delivery Office Name" }, "postal_code": { "type": "string", "description": "Contains code used by a Postal Service to identify postal service zones.", "title": "Postal Code" }, "preferred_language": { "type": "string", "description": "Preferred Language.", "title": "Preferred Language" }, "state": { "type": "string", "description": "Contains full names of state or province.", "title": "State" }, "street": { "type": "string", "description": "Contains site information from a postal address.", "title": "Street" }, "telephone_number": { "items": { "type": "string" }, "type": "array", "description": "Telephone Number.", "title": "Telephone Number" }, "timezone": { "type": "string", "description": "Timezone.", "title": "Timezone" }, "title": { "type": "string", "description": "Title.", "title": "Title" }, "unverified_mailbox": { "type": "string", "description": "Unverified Mail Box.", "title": "Unverified Mail Box" }, "customString1": { "type": "string", "description": "Custom String", "title": "Custom String 1" }, "customString2": { "type": "string", "description": "Custom String", "title": "Custom String 2" }, "customString3": { "type": "string", "description": "Custom String", "title": "Custom String 3" }, "customString4": { "type": "string", "description": "Custom String", "title": "Custom String 4" }, "customString5": { "type": "string", "description": "Custom String", "title": "Custom String 5" }, "customString6": { "type": "string", "description": "Custom String", "title": "Custom String 6" }, "customString7": { "type": "string", "description": "Custom String", "title": "Custom String 7" }, "customString8": { "type": "string", "description": "Custom String", "title": "Custom String 8" }, "customString9": { "type": "string", "description": "Custom String", "title": "Custom String 9" }, "customString10": { "type": "string", "description": "Custom String", "title": "Custom String 10" }, "customListOfStrings1": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 1" }, "customListOfStrings2": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 2" }, "customListOfStrings3": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 3" }, "customListOfStrings4": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 4" }, "customListOfStrings5": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 5" }, "customListOfStrings6": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 6" }, "customListOfStrings7": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 7" }, "customListOfStrings8": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 8" }, "customListOfStrings9": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 9" }, "customListOfStrings10": { "items": { "type": "string" }, "type": "array", "description": "Custom List of Strings", "title": "Custom List of Strings 10" }, "customBoolean1": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 1" }, "customBoolean2": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 2" }, "customBoolean3": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 3" }, "customBoolean4": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 4" }, "customBoolean5": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 5" }, "customBoolean6": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 6" }, "customBoolean7": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 7" }, "customBoolean8": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 8" }, "customBoolean9": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 9" }, "customBoolean10": { "type": "boolean", "description": "Custom Boolean", "title": "Custom Boolean 10" }, "auth_method": { "description": "The type of authentication that our user would be using. Typically this would be choices between a Standard VOSS 4 UC user, an LDAP user or an SSO user.", "title": "Auth Method", "default": "Local", "choices": [ { "value": "Local", "title": "Local" }, { "value": "Automatic", "title": "Automatic" }, { "value": "LDAP", "title": "LDAP" }, { "value": "SSO", "title": "SSO" } ], "type": "string" }, "ldap_server": { "description": "A reference to the LDAP server which this user must authenticate against.", "format": "uri", "required": false, "target": "/api/data/Ldap/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "LDAP Server", "type": "string", "target_model_type": "data/Ldap", "choices": [] }, "ldap_username": { "type": "string", "description": "The login attribute of the associated LDAP device model instance", "title": "LDAP Username" }, "sso_idp": { "description": "The entity id of the SSO Identity Provider.", "format": "uri", "required": false, "target_attr": "entity_id", "target": "/api/data/SsoIdentityProvider/choices/?field=entity_id&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "SSO Identity Provider", "type": "string", "target_model_type": "data/SsoIdentityProvider", "choices": [] }, "sso_username": { "required": false, "type": "string", "description": "The name identifier that is used for an SSO authenticated user.", "title": "SSO Username" }, "user_type": { "description": "Indicate the user's login type.", "title": "User Type", "default": "Admin", "required": false, "choices": [ { "value": "Admin", "title": "Admin" }, { "value": "End User", "title": "End User" }, { "value": "End User + Admin", "title": "End User + Admin" } ], "type": "string" }, "exclude_from_directory": { "type": "boolean", "description": "Exclude from Directory flag to control the Phone Services directory lookup. If set to true the User's phone number will not appear in the directory lookup.", "title": "Exclude from Directory" }, "mvs_hybrid_status": { "required": false, "type": "string", "title": "Hybrid Status" }, "mvs_primary_line": { "type": "string", "title": "Primary Line" }, "mvs_primary_line_cos": { "type": "string", "title": "Primary Class of Service" }, "mvs_extensions": { "description": "Extensions to select primary details from.", "title": "Extensions", "items": { "type": "object", "properties": { "line": { "type": "string", "title": "Line" }, "line_e164": { "type": "string", "title": "Line E164" }, "line_cos": { "type": "string", "title": "Class of Service" } } }, "required": false, "type": "array" }, "username_avaya_system_manager": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Avaya System Manager.", "title": "Avaya System Manager User Name" }, "username_broadworks": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Broadworks.", "title": "Broadworks User Name" }, "username_cuc": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Cisco Unity Connection.", "title": "Cisco Unity Connection User Name" }, "username_cucm": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Cisco Unified Communication Manager.", "title": "Cisco Unified Communication Manager User Name" }, "username_hcmf": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Cisco HCMF.", "title": "HCMF User Name" }, "username_ldap": { "required": false, "type": "string", "description": "The username corresponding to the the Username in the LDAP Directory.", "title": "LDAP Directory User Name" }, "username_microsoft": { "required": false, "type": "string", "description": "The username corresponding to the the Microsoft Username.", "title": "Microsoft User Name" }, "username_ms_365": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Microsoft Office 365.", "title": "Microsoft Office 365 User Name" }, "username_ms_ldap": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Microsoft LDAP.", "title": "Microsoft LDAP User Name" }, "username_ms_teams": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Microsoft Teams.", "title": "Microsoft Teams User Name" }, "username_open_ldap": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Opoen LDAP.", "title": "Open LDAP User Name" }, "username_uccx": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Cisco Unified Contact Centre Express.", "title": "Cisco Unified Contact Centre Express User Name" }, "username_webex_teams": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Webex App.", "title": "Webex App User Name" }, "username_zoom": { "required": false, "type": "string", "description": "The username corresponding to the the Username in Zoom.", "title": "Zoom User Name" }, "authorized_admin_hierarchy": { "description": "A reference an Authorized Admin Hierarchy instance that defines this user's administrative capabilities. This enables administrative capabilities for end users.", "format": "uri", "required": false, "target_attr": "name", "target": "/api/data/AuthorizedAdminHierarchy/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Authorized Admin Hierarchy", "type": "string", "target_model_type": "data/AuthorizedAdminHierarchy", "choices": [] }, "license_audit_details": { "description": "License Audit Information.", "title": "License Audit Details", "required": false, "type": "object", "properties": { "last_checked": { "description": "The last time the License Audit Details were updated.", "format": "date-time", "required": false, "readonly": true, "title": "Last Checked", "type": "string" }, "status": { "description": "The License Audit status of the user.", "title": "License Audit Status", "default": "Unknown", "required": false, "choices": [ { "value": "Licensed", "title": "Licensed" }, { "value": "Unlicensed", "title": "Unlicensed" }, { "value": "Unknown", "title": "Unknown" } ], "readonly": true, "type": "string" } } } } } }, "schema_version": "2.3" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/relation/HcsProviderREL/add/ |
|
The GUI Add form of relation/HcsProviderREL 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/HcsProviderREL | 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/HcsProviderREL/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/HcsProviderREL/[pkid1]", "/api/relation/HcsProviderREL/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/HcsProviderREL/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/HcsProviderREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/HcsProviderREL/export/ |
|
{ "hrefs":["/api/relation/HcsProviderREL/[pkid1]", "/api/relation/HcsProviderREL/[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/HcsProviderREL and the JSON format can be used to import instances of relation/HcsProviderREL.
GET http://[host-proxy]/api/relation/HcsProviderREL/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for relation/HcsProviderREL | POST | /api/relation/HcsProviderREL/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/relation/HcsProviderREL/ |
|
The relation/HcsProviderREL schema and all instances as JSON. |
(The list will return 0 to 3 relation/HcsProviderREL instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 1, "total_limit": null, "order_by": "name", "direction": "asc", "current": "/api/relation/HcsProviderREL/?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", "export_bulkload_template" ], "meta": { "model_type": "relation/HcsProviderREL", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "create_admin", "title": "Create Local Admin" }, { "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/HcsProviderREL/None/", "pkid": null } ] }, "model_specific_actions": [ "update", "help", "remove", "add", "export", "list", "get", "export_bulkload_template" ], "schema_version": "2.3", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/relation/HcsProviderREL/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsProviderREL/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "export": { "method": "POST", "class": "export", "href": "/api/relation/HcsProviderREL/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/HcsProviderREL/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/relation/HcsProviderREL/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsProviderREL/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "resources": [ { "data": { "directoryDomain": "csp.com", "sdrName": "CS-P", "decoupleSdrName": false, "name": "CS-P", "create_admin": true, "HierarchyPath": "sys.hcs", "description": "Cisco HCS-10 Provider", "pkid": "5ae89b6aaffa931cce3856db", "hierarchy_friendly_name": "CS-P (Provider)", "hierarchy_path": "sys.hcs.CS-P" }, "meta": { "model_type": "relation/HcsProviderREL", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "create_admin", "title": "Create Local Admin" }, { "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": "5ae89b62affa931cce3855c4", "href": "/api/data/HierarchyNode/5ae89b62affa931cce3855c4" } ], "foreign_key": [], "self": [ { "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/", "pkid": "5ae89b6aaffa931cce3856da" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89b6aaffa931cce3856da" ], "schema_version": "2.4", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/", "support_async": true, "title": "Delete" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/help", "support_async": false, "title": "Help" } } ], "summary": "false" }, "pkid": "5ae89b6aaffa931cce3856da" } ] }
(Show the first instance)
{ "data": { "directoryDomain": "csp.com", "sdrName": "CS-P", "decoupleSdrName": false, "name": "CS-P", "create_admin": true, "HierarchyPath": "sys.hcs", "description": "Cisco HCS-10 Provider", "data_prov": { "contactAddress2": "Imperial Way", "contactAddress1": "Atlantic House", "contactCountry": "United Kingdom", "description": "Cisco HCS-10 Provider", "contactPhoneNumber": "+44 7776 867701", "contactPostZip": "RG9 1QX", "contactCity": "Reading", "directoryDomain": "[\"csp.com\", \"169b246a-4d60-11e8-aee0-0050569b71db\"]", "contactEmail": "[email protected]", "contactName": "James Smith", "contactState": "Berkshire", "id": "1", "name": "CS-P" }, "data_dd": { "activeDirectoryDomain": "csp.com", "name": "csp.com", "orgUnit": "[\"CS-P, 1\", \"1\"]", "typeCurrentLDAPIntegration": "DISABLED", "typeUID": "SAMACCOUNT_NAME", "id": "169b246a-4d60-11e8-aee0-0050569b71db" } }, "meta": { "model_type": "relation/HcsProviderREL", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "CS-P", "business_key": {}, "api_version": "21.2", "cached": true, "cache_control_policy": "cache_then_device", "references": { "device": [ { "href": "", "pkid": "" } ], "children": [], "parent": [ { "pkid": "5ae89b62affa931cce3855c4", "href": "/api/data/HierarchyNode/5ae89b62affa931cce3855c4" } ], "self": [ { "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/", "pkid": "5ae89b6aaffa931cce3856da" } ] }, "schema_version": "2.3", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/?hierarchy=[hierarchy]", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/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/HcsProviderREL/5ae89b6aaffa931cce3856da/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsProviderREL/5ae89b6aaffa931cce3856da/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "pkid": "5ae89b6aaffa931cce3856da" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for relation/HcsProviderREL. | GET | /api/relation/HcsProviderREL/help | hierarchy=[hierarchy] | On-line help of Model ref.: relation/HcsProviderREL as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/relation/HcsProviderREL/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/relation/HcsProviderREL/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of relation/HcsProviderREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/HcsProviderREL/[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/HcsProviderREL and the JSON format can be used to import instances of relation/HcsProviderREL.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/relation/HcsProviderREL/[pkid] | hierarchy=[hierarchy] | The relation/HcsProviderREL instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/relation/HcsProviderREL/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for relation/HcsProviderREL. |