|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Basic domain information. |
||
| parent_domain_id |
string |
The ID of the parent domain. If specified, the domain is a child domain. Otherwise, it is a standard domain. |
bj1 |
| domain_id |
string |
The ID of the domain. |
bj2 |
| domain_name |
string |
The name of the domain. |
pdsdomain |
| description |
string |
The description of the domain. |
my domain |
| init_drive_enable |
boolean |
Specifies whether to automatically create a default drive for each user when they first log on. The default value is false. |
true |
| init_drive_size |
integer |
The size of the default drive in bytes. This parameter is required if |
1073741824 |
| updated_at |
string |
The time when the domain was last modified. The time is in the ISO 8601 format. Example: 2019-04-08T07:05:18.825Z. |
2019-08-20T06:51:27.292Z |
| created_at |
string |
The time when the domain was created. The time is in the ISO 8601 format. Example: 2019-03-28T13:03:29.298Z. |
2019-08-20T06:51:27.292Z |
| size_quota |
integer |
The total quota of all drives in the domain. A value of 0 indicates that the quota is unlimited. |
1099511627776 |
| size_quota_used |
integer |
The used quota of all drives. |
1099511627776 |
| user_count_quota |
integer |
The quota of users. |
50 |
| status |
integer |
The status of the domain. Valid values: 1: enabled. 2: being created. 6: expired. |
1 |
| used_size |
integer |
The used logical space in bytes. |
1099511627776 |
| published_app_access_strategy | AppAccessStrategy |
The access policy of applications. |
|
| sharable |
boolean |
Indicates whether sharing is enabled. |
|
| data_hash_name |
string |
The name of the algorithm that is used to calculate the data hash value. |
sha1 |
| store_redundancy_type |
string |
The storage redundancy type. |
LRS |