[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Perform Bulk Session Action
DescriptionPerform bulk session action. Api currently supports single user.
Request
URLURL
https://cloud.vmwarehorizon.com/portal/v1/sessions/bulklogoff
Query Parameters
Query Parameters
string
org_id
Optional
org_id
Request Body
Request Body
{
"actionType": "BULK_LOGOFF",
"sessionIds": [
"string"
]
}
string
actionType
Optional
Action type: BULK_LOGOFF, etc
Possible values are: BULK_LOGOFF
array of
string
sessionIds
Optional
Session/Udm ids on which action to be performed.
Authentication
This operation uses the following authentication methods.
Errors
Errors
Code Samples
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"actionType":"BULK_LOGOFF","sessionIds":["string"]}' https://cloud.vmwarehorizon.com/portal/v1/sessions/bulklogoff
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: bulkSessionActionReq
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Portal Operations
get
get