Request parameters
Parameter Name | Description | Required |
account | list resources by account. Must be used with the domainId parameter. | false |
domainid | list only resources belonging to the domain specified | false |
id | the ID of the Userdata | false |
isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
keyword | List by keyword | false |
listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
name | Userdata name to look for | false |
page | false | |
pagesize | false | |
projectid | list objects by project; if projectid=-1 lists All VMs | false |
Response Tags
Response Name | Description |
id | ID of the ssh keypair |
account | the owner of the userdata |
accountid | the owner id of the userdata |
domain | the domain name of the userdata owner |
domainid | the domain id of the userdata owner |
domainpath | path of the domain to which the userdata owner belongs |
name | Name of the userdata |
params | list of parameters which contains the list of keys or string parameters that are needed to be passed for any variables declared in userdata |
project | the project name of the userdata |
projectid | the project id of the userdata |
userdata | base64 encoded userdata content |