[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Check Action Status

Description

Check status of user action

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/portal/v2/users/action/{action}/status/{id}
Copy

Path Parameters

Path Parameters

string
action Required

action


string
id Required

id


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ActionStatus of type */*
{
    "actionType": "LOGOFF",
    "status": "PENDING"
}
string
actionType Optional

Action type: LOGOFF

Possible values are: LOGOFFRESTART


string
status Optional

Status: pending/completed

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found


ErrorResponse
500

Unexpected internal server error

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/portal/v2/users/action/{action}/status/{id}


Feedback

Was this page helpful?