container_mgr_add
Back to SOAP Architecture Method Reference
Description
The container_mgr_add method adds a folder to your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| group_id |
Indicates the resource folder type:
|
bstypes:ContainerGroup | R |
| name | The name of the folder. | string | R |
| container_id | The unique ID# of the parent folder, if applicable. | bstypes:ResourceId | O |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | O |
| parent_id | The unique ID# of the parent resource, if applicable. | bstypes:ResourceId | O |
| parent_resource_type | The parent resource type. | string | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the new folder. | bstypes:ResourceId | R |
