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 Instances | false |
Response Tags
| Response Name | Description |
| id | ID of the User Data |
| account | The owner of the User Data |
| accountid | The owner id of the User Data |
| domain | The domain name of the User Data owner |
| domainid | The domain id of the User Data owner |
| domainpath | Path of the domain to which the User Data owner belongs |
| name | Name of the User Data |
| params | List of parameters which contains the list of keys or string parameters that are needed to be passed for any variables declared in the User Data |
| project | The project name of the User Data |
| projectid | The project id of the User Data |
| userdata | Base64 encoded User Data content |