client_registration_mgr_update
Back to SOAP Architecture Method Reference
Description
The client_registration_mgr_update method updates the details of an existing player or edge server registration on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| active |
Indicates whether the resource is in an active or inactive state. |
boolean | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| id | The unique ID# of the player or edge server registration. | bstypes:ResourceId | R |
| name | The name of the player or edge server registration. | string | R |
| target_resource_type |
The target resource type:
|
string | R |
| container_id | The unique ID# of the player or edge server's parent folder. | bstypes:ResourceId | O |
| hostname | The hostname of the player or edge server. | string | O |
| nscreens | The number of screens associated with the player or edge server. | unsignedInt | O |
| target_config_profile_bag_id | The unique ID# of the configuration to which the player or edge server is assigned. | bstypes:ResourceId | O |
| target_container_id | The unique ID# of the folder to which you have targeted the player or edge server. | bstypes:ResourceId | O |
| target_display_unit_id | The unique ID# of the display unit to which you have targeted the player. | bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the player or edge server registration. | bstypes:ResourceId | R |
