Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DD45C200BEF for ; Wed, 4 Jan 2017 11:32:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DBCBE160B4B; Wed, 4 Jan 2017 10:32:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 21FB2160B47 for ; Wed, 4 Jan 2017 11:32:46 +0100 (CET) Received: (qmail 17198 invoked by uid 500); 4 Jan 2017 10:32:40 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 16896 invoked by uid 99); 4 Jan 2017 10:32:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2017 10:32:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2E02BDFAEB; Wed, 4 Jan 2017 10:32:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Wed, 04 Jan 2017 10:32:43 -0000 Message-Id: In-Reply-To: <433cd090942a470db80c89b475c90ec4@git.apache.org> References: <433cd090942a470db80c89b475c90ec4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/49] cloudstack-www git commit: content: update freshly built website archived-at: Wed, 04 Jan 2017 10:32:50 -0000 http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateResourceLimit.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateResourceLimit.html b/content/api/apidocs-4.9/apis/updateResourceLimit.html new file mode 100644 index 0000000..8e43d43 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateResourceLimit.html @@ -0,0 +1,112 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateResourceLimit

+

Updates resource limits for an account or domain.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
resourcetypeType of resource to update. Values are 0, 1, 2, 3, 4, 6, 7, 8, 9, 10 and 11. 0 - Instance. Number of instances a user can create. 1 - IP. Number of public IP addresses a user can own. 2 - Volume. Number of disk volumes a user can create. 3 - Snapshot. Number of snapshots a user can create. 4 - Template. Number of templates that a user can register/create. 6 - Network. Number of guest network a user can create. 7 - VPC. Number of VPC a user can create. 8 - CPU. Total number of CPU cores a user can use. 9 - Memory. Total Memory (in MB) a user can use. 10 - PrimaryStorage. Total primary storage space (in GiB) a user can use. 11 - SecondaryStorage. Total secondary storage space (in GiB) a user can use. true
accountUpdate resource for a specified account. Must be used with the domainId parameter.false
domainidUpdate resource limits for all accounts in specified domain. If used with the account parameter, updates resource limits for a specified account in specified domain.false
max Maximum resource limit.false
projectidUpdate resource limits for projectfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
accountthe account of the resource limit
domainthe domain name of the resource limit
domainidthe domain ID of the resource limit
maxthe maximum number of the resource. A -1 means the resource currently has no limit.
projectthe project name of the resource limit
projectidthe project id of the resource limit
resourcetyperesource type. Values include 0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11. See the resourceType parameter for more information on these values.
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateRole.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateRole.html b/content/api/apidocs-4.9/apis/updateRole.html new file mode 100644 index 0000000..b0d84fe --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateRole.html @@ -0,0 +1,94 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateRole

+

Updates a role

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idID of the roletrue
descriptionThe description of the rolefalse
namecreates a role with this unique namefalse
typeThe type of the role, valid options are: Admin, ResourceAdmin, DomainAdmin, Userfalse
+
+
+

Response Tags

+ + + + + + + + + + +
Response NameDescription
displaytextany text associated with the success or failure
successtrue if operation is executed successfully
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateRolePermission.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateRolePermission.html b/content/api/apidocs-4.9/apis/updateRolePermission.html new file mode 100644 index 0000000..f101f61 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateRolePermission.html @@ -0,0 +1,88 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateRolePermission

+

Updates a role permission order

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + +
Parameter NameDescriptionRequired
roleidID of the roletrue
ruleorderThe parent role permission uuid, use 0 to move this rule at the top of the listtrue
+
+
+

Response Tags

+ + + + + + + + + + +
Response NameDescription
displaytextany text associated with the success or failure
successtrue if operation is executed successfully
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateServiceOffering.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateServiceOffering.html b/content/api/apidocs-4.9/apis/updateServiceOffering.html new file mode 100644 index 0000000..5c79456 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateServiceOffering.html @@ -0,0 +1,181 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateServiceOffering

+

Updates a service offering.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idthe ID of the service offering to be updatedtrue
displaytextthe display text of the service offering to be updatedfalse
namethe name of the service offering to be updatedfalse
sortkeysort key of the service offering, integerfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe id of the service offering
cpunumberthe number of CPU
cpuspeedthe clock rate CPU speed in Mhz
createdthe date this service offering was created
defaultuseis this a default system vm offering
deploymentplannerdeployment strategy used to deploy VM.
diskBytesReadRatebytes read rate of the service offering
diskBytesWriteRatebytes write rate of the service offering
diskIopsReadRateio requests read rate of the service offering
diskIopsWriteRateio requests write rate of the service offering
displaytextan alternate display text of the service offering.
domainDomain name for the offering
domainidthe domain id of the service offering
hosttagsthe host tag for the service offering
hypervisorsnapshotreserveHypervisor snapshot reserve space as a percent of a volume (for managed storage using Xen or VMware)
iscustomizedis true if the offering is customized
iscustomizediopstrue if disk offering uses custom iops, false otherwise
issystemis this a system vm offering
isvolatiletrue if the vm needs to be volatile, i.e., on every reboot of vm from API root disk is discarded and creates a new root disk
limitcpuuserestrict the CPU usage to committed service offering
maxiopsthe max iops of the disk offering
memorythe memory in MB
miniopsthe min iops of the disk offering
namethe name of the service offering
networkratedata transfer rate in megabits per second allowed.
offerhathe ha support in the service offering
provisioningtypeprovisioning type used to create volumes. Valid values are thin, sparse, fat.
serviceofferingdetailsadditional key/value details tied with this service offering
storagetypethe storage type for this service offering
systemvmtypeis this a the systemvm type for system vm offering
tagsthe tags for the service offering
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateSnapshotPolicy.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateSnapshotPolicy.html b/content/api/apidocs-4.9/apis/updateSnapshotPolicy.html new file mode 100644 index 0000000..c8661b0 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateSnapshotPolicy.html @@ -0,0 +1,106 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateSnapshotPolicy

+

Updates the snapshot policy.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + +
Parameter NameDescriptionRequired
customidan optional field, in case you want to set a custom id to the resource. Allowed to Root Admins onlyfalse
fordisplayan optional field, whether to the display the snapshot policy to the end user or not.false
idthe ID of the snapshot policyfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe ID of the snapshot policy
fordisplayis this policy for display to the regular user
intervaltypethe interval type of the snapshot policy
maxsnapsmaximum number of snapshots retained
scheduletime the snapshot is scheduled to be taken.
timezonethe time zone of the snapshot policy
volumeidthe ID of the disk volume
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateStorageNetworkIpRange.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateStorageNetworkIpRange.html b/content/api/apidocs-4.9/apis/updateStorageNetworkIpRange.html new file mode 100644 index 0000000..5bf8be1 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateStorageNetworkIpRange.html @@ -0,0 +1,118 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateStorageNetworkIpRange

+

Update a Storage network IP range, only allowed when no IPs in this range have been allocated.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idUUID of storage network ip rangetrue
endipthe ending IP addressfalse
netmaskthe netmask for storage networkfalse
startipthe beginning IP addressfalse
vlanOptional. the vlan the ip range sits onfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe uuid of storage network IP range.
endipthe end ip of the storage network IP range
gatewaythe gateway of the storage network IP range
netmaskthe netmask of the storage network IP range
networkidthe network uuid of storage network IP range
podidthe Pod uuid for the storage network IP range
startipthe start ip of the storage network IP range
vlanthe ID or VID of the VLAN.
zoneidthe Zone uuid of the storage network IP range
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateStoragePool.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateStoragePool.html b/content/api/apidocs-4.9/apis/updateStoragePool.html new file mode 100644 index 0000000..e4ff0b2 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateStoragePool.html @@ -0,0 +1,166 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateStoragePool

+

Updates a storage pool.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idthe Id of the storage pooltrue
capacitybytesbytes CloudStack can provision from this storage poolfalse
capacityiopsIOPS CloudStack can provision from this storage poolfalse
enabledfalse to disable the pool for allocation of new volumes, true to enable it back.false
tagscomma-separated list of tags for the storage poolfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe ID of the storage pool
capacityiopsIOPS CloudStack can provision from this storage pool
clusteridthe ID of the cluster for the storage pool
clusternamethe name of the cluster for the storage pool
createdthe date and time the storage pool was created
disksizeallocatedthe host's currently allocated disk size
disksizetotalthe total disk size of the storage pool
disksizeusedthe host's currently used disk size
hypervisorthe hypervisor type of the storage pool
ipaddressthe IP address of the storage pool
namethe name of the storage pool
overprovisionfactorthe overprovisionfactor for the storage pool
paththe storage pool path
podidthe Pod ID of the storage pool
podnamethe Pod name of the storage pool
scopethe scope of the storage pool
statethe state of the storage pool
storagecapabilitiesthe storage pool capabilities
suitableformigrationtrue if this pool is suitable to migrate a volume, false otherwise
tagsthe tags for the storage pool
typethe storage pool type
zoneidthe Zone ID of the storage pool
zonenamethe Zone name of the storage pool
jobidthe ID of the latest async job acting on this object
jobstatusthe current status of the latest async job acting on this object
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateTemplate.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateTemplate.html b/content/api/apidocs-4.9/apis/updateTemplate.html new file mode 100644 index 0000000..a12d0a6 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateTemplate.html @@ -0,0 +1,223 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateTemplate

+

Updates attributes of a template.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idthe ID of the image filetrue
bootabletrue if image is bootable, false otherwise; available only for updateIso APIfalse
detailsDetails in key/value pairs using format details[i].keyname=keyvalue. Example: details[0].hypervisortoolsversion=xenserver61false
displaytextthe display text of the imagefalse
formatthe format for the imagefalse
isdynamicallyscalabletrue if template/ISO contains XS/VMWare tools inorder to support dynamic scaling of VM cpu/memoryfalse
isroutingtrue if the template type is routing i.e., if template is used to deploy routerfalse
namethe name of the image filefalse
ostypeidthe ID of the OS type that best represents the OS of this image.false
passwordenabledtrue if the image supports the password reset feature; default is falsefalse
requireshvmtrue if the template requres HVM, false otherwise; available only for updateTemplate APIfalse
sortkeysort key of the template, integerfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe template ID
accountthe account name to which the template belongs
accountidthe account id to which the template belongs
bootabletrue if the ISO is bootable, false otherwise
checksumchecksum of the template
createdthe date this template was created
crossZonestrue if the template is managed across all Zones, false otherwise
detailsadditional key/value details tied with template
displaytextthe template display text
domainthe name of the domain to which the template belongs
domainidthe ID of the domain to which the template belongs
formatthe format of the template.
hostidthe ID of the secondary storage host for the template
hostnamethe name of the secondary storage host for the template
hypervisorthe hypervisor on which the template runs
isdynamicallyscalabletrue if template contains XS/VMWare tools inorder to support dynamic scaling of VM cpu/memory
isextractabletrue if the template is extractable, false otherwise
isfeaturedtrue if this template is a featured template, false otherwise
ispublictrue if this template is a public template, false otherwise
isreadytrue if the template is ready to be deployed from, false otherwise.
namethe template name
ostypeidthe ID of the OS type for this template.
ostypenamethe name of the OS type for this template.
passwordenabledtrue if the reset password feature is enabled, false otherwise
projectthe project name of the template
projectidthe project id of the template
removedthe date this template was removed
sizethe size of the template
sourcetemplateidthe template ID of the parent template if present
sshkeyenabledtrue if template is sshkey enabled, false otherwise
statusthe status of the template
templatetagthe tag of this template
templatetypethe type of the template
zoneidthe ID of the zone for this template
zonenamethe name of the zone for this template
jobidthe ID of the latest async job acting on this object
jobstatusthe current status of the latest async job acting on this object
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateTemplatePermissions.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateTemplatePermissions.html b/content/api/apidocs-4.9/apis/updateTemplatePermissions.html new file mode 100644 index 0000000..1d2d213 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateTemplatePermissions.html @@ -0,0 +1,103 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateTemplatePermissions

+

Updates a template visibility permissions. A public template is visible to all accounts within the same domain. A private template is visible only to the owner of the template. A priviledged template is a private template with account permissions added. Only accounts specified under the template permissions are visible to them.

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idthe template IDtrue
accountsa comma delimited list of accounts. If specified, "op" parameter has to be passed in.false
isextractabletrue if the template/iso is extractable, false other wise. Can be set only by root adminfalse
isfeaturedtrue for featured template/iso, false otherwisefalse
ispublictrue for public template/iso, false for private templates/isosfalse
oppermission operator (add, remove, reset)false
projectidsa comma delimited list of projects. If specified, "op" parameter has to be passed in.false
+
+
+

Response Tags

+ + + + + + + + + + +
Response NameDescription
displaytextany text associated with the success or failure
successtrue if operation is executed successfully
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateTrafficType.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateTrafficType.html b/content/api/apidocs-4.9/apis/updateTrafficType.html new file mode 100644 index 0000000..dfda0a4 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateTrafficType.html @@ -0,0 +1,118 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateTrafficType

+

Updates traffic type of a physical network

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idtraffic type idtrue
hypervnetworklabelThe network name label of the physical device dedicated to this traffic on a Hyperv hostfalse
kvmnetworklabelThe network name label of the physical device dedicated to this traffic on a KVM hostfalse
ovm3networklabelThe network name of the physical device dedicated to this traffic on an OVM3 hostfalse
vmwarenetworklabelThe network name label of the physical device dedicated to this traffic on a VMware hostfalse
xennetworklabelThe network name label of the physical device dedicated to this traffic on a XenServer hostfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idid of the network provider
hypervnetworklabelThe network name label of the physical device dedicated to this traffic on a HyperV host
kvmnetworklabelThe network name label of the physical device dedicated to this traffic on a KVM host
ovm3networklabelThe network name of the physical device dedicated to this traffic on an OVM3 host
physicalnetworkidthe physical network this belongs to
traffictypethe trafficType to be added to the physical network
vmwarenetworklabelThe network name label of the physical device dedicated to this traffic on a VMware host
xennetworklabelThe network name label of the physical device dedicated to this traffic on a XenServer host
+
+
+
+
+
+ +
+
+ + http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/071d0632/content/api/apidocs-4.9/apis/updateUser.html ---------------------------------------------------------------------- diff --git a/content/api/apidocs-4.9/apis/updateUser.html b/content/api/apidocs-4.9/apis/updateUser.html new file mode 100644 index 0000000..1d4f778 --- /dev/null +++ b/content/api/apidocs-4.9/apis/updateUser.html @@ -0,0 +1,163 @@ + + + + + + + +Apache CloudStack | The Power Behind Your Cloud + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + Apache CloudStack v4.9.0 Root Admin API Reference + +

+

updateUser

+

Updates a user account

+
+
+ +
+
+
+

Request parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter NameDescriptionRequired
idUser uuidtrue
emailemailfalse
firstnamefirst namefalse
lastnamelast namefalse
passwordClear text password (default hashed to SHA256SALT). If you wish to use any other hasing algorithm, you would need to write a custom authentication adapterfalse
timezoneSpecifies a timezone for this command. For more information on the timezone parameter, see Time Zone Format.false
userapikeyThe API key for the user. Must be specified with userSecretKeyfalse
usernameUnique usernamefalse
usersecretkeyThe secret key for the user. Must be specified with userSecretKeyfalse
+
+
+

Response Tags

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Response NameDescription
idthe user ID
accountthe account name of the user
accountidthe account ID of the user
accounttypethe account type of the user
apikeythe api key of the user
createdthe date and time the user account was created
domainthe domain name of the user
domainidthe domain ID of the user
emailthe user email address
firstnamethe user firstname
iscallerchilddomainthe boolean value representing if the updating target is in caller's child domain
isdefaulttrue if user is default, false otherwise
lastnamethe user lastname
roleidthe ID of the role
rolenamethe name of the role
roletypethe type of the role
secretkeythe secret key of the user
statethe user state
timezonethe timezone user was created in
usernamethe user name
+
+
+
+
+
+ +
+
+ +