host_mgr_push_request
Back to SOAP Architecture Method Reference
Description
The host_mgr_push_request method provides a channel to push requests to a player instantly, and outside of the regular player poll mechanism (for example, screenshot requests).
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
domain_id | The unique ID# of the domain. | bstypes:ResourceId | O |
player_id | The unique ID# of the player. | bstypes:ResourceId | R |
request_json | The JSON script of your request. | string | R |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the host. | bstypes:ResourceId | R |