All Products
Search
Document Center

Elastic Desktop Service:ApplyCoordinationForMonitoring

Last Updated:Nov 14, 2025

Applies for coordination monitoring. This operation is mainly used in administrator assistance scenarios and education scenarios.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ecd:ApplyCoordinationForMonitoring
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
UuidstringYes

The universally unique identifier (UUID) of the device.

62f2f1f252f04e0e9d8bc****
InitiatorTypestringNo

The type of the initiator.

Set the value to ADMIN_INITIATE.

  • The value ADMIN_INITIATE specifies that the administrator initiates the coordination request.

ADMIN_INITIATE
CoordinatePolicyTypestringYes

The coordination policy.

Set the value to FULL_CONTROL.

  • The value FULL_CONTROL specifies that the cloud desktop is shared and remote access to the cloud desktop is allowed.

FULL_CONTROL
ResourceCandidatesarray<object>Yes

The list of cloud desktops that run the collaboration task at the same time.

objectYes
ResourceTypestringYes

The resource type.

Set the value to CLOUD_DESKTOP.

  • The value CLOUD_DESKTOP specifies that the resource is a cloud desktop.

CLOUD_DESKTOP
ResourceRegionIdstringYes

The region where the resource resides.

cn-hangzhou
ResourcePropertiesstringNo

The properties of the cloud desktop.

TestProperty
OwnerEndUserIdstringNo

The ID of the current end user.

alice
ResourceIdstringYes

The ID of the cloud desktop.

ecd-08zhejm3h7ilr****
ResourceNamestringYes

The name of the cloud desktop.

TestDesktop
OwnerAliUidlongYes

The ID of the Alibaba Cloud account to which the current cloud desktop belongs.

130247021517****
EndUserIdstringNo

The ID of the end user who initiates the stream collaboration. If the initiator is the administrator, do not specify this parameter.

alice

Response parameters

ParameterTypeDescriptionExample
object

The information that is returned.

RequestIdstring

The request ID.

1CBAFFAB-B697-4049-A9B1-67E1FC5F****
CoordinateFlowModelsarray<object>

The list of stream collaboration models.

CoordinateFlowModelobject
CoordinateStatusstring

The current status of the collaboration task.

Valid values:

  • COORDINATING: The collaboration task is being executed.

  • TERMINATING: The collaboration task is being terminated.

  • TERMINATED: The collaboration task is terminated.

  • PENDING: The collaboration task is pending to be executed.

PENDING
InitiatorTypestring

The type of the initiator.

Valid values:

  • ADMIN_INITIATE_FORCE: The administrator forcibly initiates the collaboration request.

  • ADMIN_INITIATE: The administrator initiates the collaboration request.

  • COORDINATOR_INITIATE_FORCE: The coordinator forcibly initiates the collaboration request.

COORDINATOR_INITIATE_FORCE
OwnerUserIdstring

The ID of the Alibaba Cloud account of the end user.

alice
CoordinateTicketstring

The ticket that is used to establish the Adaptive Streaming Protocol (ASP)-based connection.

1VDQ0VTUw0KW0Rlc2t0b3BdDQpHV1Rva2VuPTAwTzgwL3liS25zUEVGdkF6eU1Pc1ExeHZWdmk4VEE3NFJvU1V1d0dPYm1BNkNJWklDMHVNQklWcjU2NS80S0ZQekQ4aGFTR0ZHelZqMTFGbkRpWWgvUFF1Zm1xSXNGdFRFNFRWMExJNit3TkU0L2RMb04wNXBBSE5Tc3M4dWFXY3lwWE****
CoIdstring

The ID of the stream collaboration.

co-0sot77uale3****
ResourceIdstring

The ID of the cloud desktop.

ecd-96vi03f9emqnl****
ResourceNamestring

The name of the cloud desktop.

TestDesktop

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "CoordinateFlowModels": [
    {
      "CoordinateStatus": "PENDING",
      "InitiatorType": "COORDINATOR_INITIATE_FORCE",
      "OwnerUserId": "alice",
      "CoordinateTicket": "1VDQ0VTUw0KW0Rlc2t0b3BdDQpHV1Rva2VuPTAwTzgwL3liS25zUEVGdkF6eU1Pc1ExeHZWdmk4VEE3NFJvU1V1d0dPYm1BNkNJWklDMHVNQklWcjU2NS80S0ZQekQ4aGFTR0ZHelZqMTFGbkRpWWgvUFF1Zm1xSXNGdFRFNFRWMExJNit3TkU0L2RMb04wNXBBSE5Tc3M4dWFXY3lwWE****",
      "CoId": "co-0sot77uale3****",
      "ResourceId": "ecd-96vi03f9emqnl****",
      "ResourceName": "TestDesktop"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history