This topic describes the types of Elastic High Performance Computing (E-HPC) events that ActionTrail records and can be published to EventBridge.

Supported regions

E-HPC events in the following regions can be published to EventBridge: China (Hangzhou), China (Shanghai), China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Shenzhen), China (Heyuan), China (Hong Kong), Germany (Frankfurt), Singapore (Singapore), and Japan (Tokyo).

Event types

The following table describes the types of E-HPC events that can be published to EventBridge.

TypeValue of the type parameter
Start to create a clusterehpc:ClusterOperation:ClusterCreate
Finish creating a clusterehpc:ClusterOperation:ClusterCreated
Start to delete a clusterehpc:ClusterOperation:ClusterDelete
Finish deleting a clusterehpc:ClusterOperation:ClusterDeleted
Start to restore a clusterehpc:ClusterOperation:ClusterRecover
Finish restoring a clusterehpc:ClusterOperation:ClusterRecovered
Start a clusterehpc:ClusterOperation:ClusterStart
Finish starting a clusterehpc:ClusterOperation:ClusterStarted
Convert a cluster statusehpc:ClusterOperation:ClusterStatusChange
Start to stop a clusterehpc:ClusterOperation:ClusterStop
Finish stopping a clusterehpc:ClusterOperation:ClusterStopped
Start to create a nodeehpc:NodeOperation:NodeCreate
Finish creating a nodeehpc:NodeOperation:NodeCreated
Start to delete a nodeehpc:NodeOperation:NodeDelete
Finish deleting a nodeehpc:NodeOperation:NodeDeleted
Start a nodeehpc:NodeOperation:NodeStart
Finish starting a nodeehpc:NodeOperation:NodeStarted
Convert a node statusehpc:NodeOperation:NodeStatusChange
Start to stop a nodeehpc:NodeOperation:NodeStop
Finish stopping a nodeehpc:NodeOperation:NodeStopped
Start to create a node (only applicable to hybrid cloud clusters)ehpc:NodeOperation:NodeCreateForHybrid
Finish creating a node (only applicable to hybrid cloud clusters)ehpc:NodeOperation:NodeCreatedForHybrid
An operation is performed on a resourceehpc:ActionTrail:AliyunServiceEvent
An API operation is calledehpc:ActionTrail:ApiCall
An operation is performed in the consoleehpc:ActionTrail:ConsoleOperation

For more information about the parameters defined in the CloudEvents specification, see Overview.

Start to create a cluster

The following example shows the event that EventBridge receives when you start to create a cluster:

{
    "id": "7C7510B6-3EA7-10B2-A63D-42AEF131B****,
    "source": "acs.ehpc",
    "type": "ehpc:ClusterOperation:ClusterCreate",
    "time": "2022-06-21T07:34:57Z",
    "aliyuneventbus": "default",
    "subject": "acs:ehpc:cn-hangzhou:12543453****:cluster/ehpc-hz-****",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "625372****",
        "RegionId": "cn-hangzhou",
        "DeployMode": "standard",
        "SchedulerType": "pbs",
        "AccountType": "nis",
        "VolumeType": "NAS",
        "VolumeMountpoint": "0832****.cn-hangzhou.nas.aliyuncs.com",
        "VpcId": "vpc-****",
        "ImageId": "centos_7_02****",
        "Location": "PublicCloud",
        "CreateTime": "2022-06-21T07:34:57Z"
    }
}

The following table describes the parameters contained in data.

ParameterTypeExampleDescription
RequestIdString2372XSZB6-3EA7-10B2-A63D-42AEF131****The ID of the request.
ClusterIdStringehpc-hz-****The ID of the cluster.
ClusterNameStringE-HPC clusterThe name of the cluster.
UidString1254345****The ID of the Alibaba Cloud account.
SubUidString234726****The ID of the RAM user.
RoleIdString625372****The ID of the RAM role.
RegionIdStringcn-hangzhouThe ID of the region.
DeployModeStringstandardThe deployment mode.
SchedulerTypeStringpbsThe type of the scheduler.
AccountTypeStringnisThe type of the domain account.
VolumeTypeStringNASThe type of the shared storage.
VolumeMountpointString0832****.cn-hangzhou.nas.aliyuncs.comThe mount point of the shared storage.
VpcIdStringvpc-****The ID of the VPC.
ImageIdStringcentos_7_02****The ID of the image.
LocationStringPublicCloudThe location where the cluster is deployed.
CreateTimeString2022-06-08 16:03:40The time when the cluster starts to be created.

Finish creating a cluster

The following example shows the event that EventBridge receives when you finish creating a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2022-06-08T16:03:40Z",
    "type": "ehpc:ClusterOperation:ClusterCreated",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "DeployMode": "standard",
        "SchedulerType": "pbs",
        "AccountType": "nis",
        "VolumeType": "NAS",
        "VolumeMountpoint": "0832****.cn-hangzhou.nas.aliyuncs.com",
        "VpcId": "vpc-****",
        "ImageId": "centos_7_02****",
        "Location": "PublicCloud",
        "CreatedTime": "2022-06-08T16:03:40Z",
        "OperationResult": "SUCCESS",
        "Detail": "Cluster is created successfully"
    }
}           

For information about the parameters contained in data, see the field description table.

Start to delete a cluster

The following example shows the event that EventBridge receives when you start to delete a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2022-06-21T07:34:57Z",
    "type": "ehpc:ClusterOperation:ClusterDelete",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-xxxxx",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "625372****",
        "RegionId": "cn-hangzhou",
        "DeleteTime": "2022-06-21T07:34:57Z"
    }
}

For information about the parameters contained in data, see the field description table.

Finish deleting a cluster

The following example shows the event that EventBridge receives when you finish deleting a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2022-06-21T07:34:57Z",
    "type": "ehpc:ClusterOperation:ClusterDeleted",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "DeletedTime": "2022-06-21T07:34:57Z",
        "OperationResult": "SUCCESS",
        "Detail": "Cluster is deleted successfully"
    }
}

For information about the parameters contained in data, see the field description table.

Start to restore a cluster

The following example shows the event that EventBridge receives when you start to restore a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:ClusterOperation:ClusterRecover",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "625372****",
        "RegionId": "cn-hangzhou",
        "SchedulerType": "pbs",
        "AccountType": "nis",
        "ImageId": "centos_7_02xxxx",
        "RecoverTime": "2022-06-21T07:34:57Z"
    }
}

For information about the parameters contained in data, see the field description table.

Finish restoring a cluster

The following example shows the event that EventBridge receives when you finish restoring a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:ClusterOperation:ClusterRecovered",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "SchedulerType": "pbs",
        "AccountType": "nis",
        "ImageId": "centos_7_02****",
        "RecoveredTime": "2022-06-21T07:34:57Z",
        "OperationResult": "SUCCESS",
        "Detail": "Cluster is recovered successfully"
    }
}

For information about the parameters contained in data, see the field description table.

Start a cluster

The following example shows the event that EventBridge receives when you start a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:ClusterOperation:ClusterStart",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "625372****",
        "RegionId": "cn-hangzhou",
        "StartTime": "2022-06-21T07:34:57Z" 
    }
}

For information about the parameters contained in data, see the field description table.

Finish starting a cluster

The following example shows the event that EventBridge receives when you finish starting a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:ClusterOperation:ClusterStarted",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "StartedTime": "2022-06-21T07:34:57Z",
        "OperationResult": "SUCCESS",
        "Detail": "Cluster is started successfully"
    }
}

For information about the parameters contained in data, see the field description table.

Convert a cluster status

The following example shows the events that the EventBridge receives when you convert a cluster status:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:ClusterOperation:ClusterStatusChange",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "UpdateTime": "2022-06-21T07:34:57Z",
        "OldStatus": "running",
        "NewStatus": "exception",
        "Detail": "heartbeat miss"
    }
}

For information about the parameters contained in data, see the field description table.

Start to stop a cluster

The following example shows the event that EventBridge receives when you start to stop a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:ClusterOperation:ClusterStop",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "625372****",
        "RegionId": "cn-hangzhou",
        "StopTime": "2022-06-21T07:34:57Z"
    }
}

For information about the parameters contained in data, see the field description table.

Finish stopping a cluster

The following example shows the event that EventBridge receives when you finish stopping a cluster:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:ClusterOperation:ClusterStopped",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "StoppedTime": "2022-06-21T07:34:57Z",
        "OperationResult": "SUCCESS",
        "Detail": "Cluster is stopped successfully"
    }
}

For information about the parameters contained in data, see the field description table.

Start to create a node

The following example shows the event that EventBridge receives when you start to create a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeCreate",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "625372****",
        "RegionId": "cn-hangzhou",
        "ZoneId": "cn-hangzhou-h",
        "VSwitchId": "vsw-bp1bf****",
        "ImageId": "centos_7_02****",
        "InstanceType": "ecs.c6.large",
        "EcsChargeType": "PostPaid",
        "Count": 10,
        "JobQueue": "workq",
        "CreateTime": "2022-06-21T07:34:57Z"
    }
}

The following table describes the parameters contained in data.

ParameterTypeExampleDescription
RequestIdString2372XSZB6-3EA7-10B2-A63D-42AEF131****The ID of the request.
ClusterIdStringehpc-hz-****The ID of the cluster.
ClusterNameStringE-HPC clusterThe name of the cluster.
UidString1254345****The ID of the Alibaba Cloud account.
SubUidString234726****The ID of the RAM user.
RoleIdString625372****The ID of the RAM role.
RegionIdStringcn-hangzhouThe ID of the region.
ZoneIdStringcn-hangzhou-hThe ID of the zone.
VSwitchIdStringvsw-bp1bf****The ID of the vSwitch.
ImageIdStringcentos_7_02****The ID of the image.
InstanceTypeStringecs.c6.largeThe type of the instance.
EcsChargeTypeStringPostPaidThe billing method of the instance.
CountInt10The number of nodes.
JobQueueStringworkqThe number of jobs.
CreateTimeString2022-06-21T07:34:57ZThe time when the node starts to be created.

Finish creating a node

The following example shows the event that EventBridge receives when you finish creating a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeCreated",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "ZoneId": "cn-hangzhou-h",
        "VSwitchId": "vsw-bp1bf****",
        "ImageId": "centos_7_02****",
        "InstanceType": "ecs.c6.large",
        "EcsChargeType": "PostPaid",
        "Count": 10,
        "JobQueue": "workq",
        "Instances": [
          {"InstanceId": "i-xnshd****", "HostName": "compute000", "PrivateIpAddress": "192.168.XX.XX", "PublicIpAddress": "10.200.XX.XX"},
          {"InstanceId": "i-xnshd****", "HostName": "compute001", "PrivateIpAddress": "192.168.XX.XX", "PublicIpAddress": "10.200.XX.XX"}
        ],
        "OperationResult": "SUCCESS/FAILED",
        "Detail": "NodeCreate success",
        "CreatedTime": "2022-07-25T11:00:56Z"
    }
}

The following table describes the parameters contained in data.

ParameterTypeExampleDescription
RequestIdString2372XSZB6-3EA7-10B2-A63D-42AEF131****The ID of the request.
ClusterIdStringehpc-hz-****The ID of the cluster.
ClusterNameStringE-HPC clusterThe name of the cluster.
UidString1254345****The ID of the Alibaba Cloud account.
RegionIdStringcn-hangzhouThe ID of the region.
ZoneIdStringcn-hangzhou-hThe ID of the zone.
VSwitchIdStringvsw-bp1bf****The ID of the vSwitch.
ImageIdStringcentos_7_02****The ID of the image.
InstanceTypeStringecs.c6.largeThe type of the instance.
EcsChargeTypeStringPostPaidThe billing method of the instance.
CountInt10The number of nodes.
JobQueueStringworkqThe number of jobs.
InstancesArrayThe node array that has been created.
InstanceIdStringi-xnshd****The ID of the instance.
HostNameStringcompute000The name of the host.
PrivateIpAddressString192.168.XX.XXThe private IP address of the node.
PublicIpAddressString10.200.XX.XXThe public IP address of the node.
OperationResultStringSUCCESS/FAILEDThe result of node creation.
DetailStringNodeCreate successThe details of node creation.
CreatedTimeString2022-07-25T11:00:56ZThe time when the node is created.

Start to delete a node

The following example shows the event that EventBridge receives when you start to delete a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeDelete",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "625372****",
        "RegionId": "cn-hangzhou",
        "InstanceIds": ["i-ab****","i-bc****"],
        "DeleteTime": "2022-07-25T11:00:56Z"
    }
}

For information about the parameters contained in data, see the field description table.

Finish deleting a node

The following example shows the event that EventBridge receives when you finish deleting a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeDeleted",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "12543452***",
        "RegionId": "cn-hangzhou",
        "Instances": [
            {"InstanceId": "i-ab****", "HostName": "compute000", "PrivateIpAddress": "192.168.XX.XX", "JobQueue": "workq", "InstanceType": "ecs.c6.large"},
            {"InstanceId": "i-bc****", "HostName": "compute001", "PrivateIpAddress": "192.168.XX.XX", "JobQueue": "workq", "InstanceType": "ecs.c7.large"}
        ],
        "OperationResult": "SUCCESS/FAILED",
        "Detail": "NodeDelete success",
        "DeletedTime": "2022-07-25T11:00:56Z"
    }
}

For information about the parameters contained in data, see the field description table.

Start a node

The following example shows the event that EventBridge receives when you start a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeStart",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-xxxxx",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "6253721****",
        "RegionId": "cn-hangzhou",
        "InstanceIds": ["i-ab****", "i-bc****"],
        "StartTime": "2022-07-25T11:00:56Z"
    }
}

For information about the parameters contained in data, see the field description table.

Finish starting a node

The following example shows the event that EventBridge receives when you finish starting a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeStarted",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "Instances": [
            {"InstanceId": "i-ab****", "HostName": "compute000", "PrivateIpAddress": "192.168.XX.XX", "JobQueue": "workq", "InstanceType": "ecs.c6.large"},
            {"InstanceId": "i-bc****", "HostName": "compute001", "PrivateIpAddress": "192.168.XX.XX", "JobQueue": "workq", "InstanceType": "ecs.c7.large"}
        ],
        "OperationResult": "SUCCESS/FAILED",
        "Detail": "NodeStart success",
        "StartedTime": "2022-07-25T11:00:56Z"
    }
}

For information about the parameters contained in data, see the field description table.

Convert a node status

The following example shows the events that the EventBridge receives when you convert a node status:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeStatusChange",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "ClusterName": "E-HPC cluster",
        "UpdateTime": "2022-06-21T07:34:57Z",
        "InstanceId": "i-auajxl****",
        "HostName": "compute000",
        "OldStatus": "running",
        "NewStatus": "exception",
        "Detail": "heartbeat miss"
    }
}

The following table describes the parameters contained in data.

ParameterTypeExampleDescription
RequestIdString2372XSZB6-3EA7-10B2-A63D-42AEF131****The ID of the request.
ClusterIdStringehpc-hz-****The ID of the cluster.
UidString1254345****The ID of the Alibaba Cloud account.
RegionIdStringcn-hangzhouThe ID of the region.
ClusterNameStringE-HPC clusterThe name of the cluster.
UpdateTimeString2022-06-21T07:34:57ZThe time when the node status is updated.
InstanceIdStringi-auajxl****The ID of the instance.
HostNameStringcompute000The name of the host.
OldStatusStringrunningThe status of the node before the update.
NewStatusStringexceptionThe status of the node after the update.
DetailStringheartbeat missThe details of status update.

Start to stop a node

The following example shows the event that EventBridge receives when you start to stop a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeStop",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "625372****",
        "RegionId": "cn-hangzhou",
        "InstanceIds": ["i-ab****", "i-bc****"],
        "StopTime": "2022-07-25T11:00:56Z"
    }
}

For information about the parameters contained in data, see the field description table.

Finish stopping a node

The following example shows the event that EventBridge receives when you finish stopping a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeStopped",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-****",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "RegionId": "cn-hangzhou",
        "Instances": [
            {"InstanceId": "i-ab****", "HostName": "compute000", "PrivateIpAddress": "192.168.XX.XX", "JobQueue": "workq", "InstanceType": "ecs.c6.large"},
            {"InstanceId": "i-bc****", "HostName": "compute001", "PrivateIpAddress": "192.168.XX.XX", "JobQueue": "workq", "InstanceType": "ecs.c7.large"}
        ],
        "OperationResult": "SUCCESS/FAILED",
        "Detail": "NodeStop success",
        "StoppedTime": "2022-07-25T11:00:56Z"
    }
}

For information about the parameters contained in data, see the field description table.

Start to create a node (only applicable to hybrid cloud clusters)

The following example shows the event that EventBridge receives when you start to create a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeCreateForHybrid",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF131****",
        "ClusterId": "ehpc-hz-xxxxx",
        "ClusterName": "E-HPC cluster",
        "Uid": "1254345****",
        "SubUid": "234726****",
        "RoleId": "6253721****",
        "RegionId": "cn-hangzhou",
        "ZoneInfos": [
          {"ZoneId": "cn-hangzhou-a", "VSwitchId": "vsw-bp1e47optm9g58zcu****"},
          {"ZoneId": "cn-hangzhou-b", "VSwitchId": "vsw-bp1e47optm9g58zcu****"}
        ],
        "InstanceTypeModel": [
          {"InstanceType": "ecs.n1.tiny", "TargetImageId": "win2016_1607_x64_dtc_zh-cn_40G_alibase_20210516.vhd", "MaxPrice": 0.034},
          {"InstanceType": "ecs.g7.4xlarge", "TargetImageId": "m-bp1gvdxguovoui7z****", "MaxPrice": 2.5}
        ],
        "Cores": 2,
        "Memory": 16,
        "ImageId": "centos_7_02xxxx",
        "TargetCapacity": 10,
        "JobQueue": "workq",
        "TotalRound": 1,
        "Interval": 60,
        "CreateTime": "2022-07-25T11:00:56Z"
    }
}

The following table describes the parameters contained in data.

ParameterTypeExampleDescription
RequestIdString2372XSZB6-3EA7-10B2-A63D-42AEF131****The ID of the request.
ClusterIdStringehpc-hz-xxxxxThe ID of the cluster.
ClusterNameStringE-HPC clusterThe name of the cluster.
UidString12543452****The ID of the Alibaba Cloud account.
SubUidString234726****The ID of the RAM user.
RoleIdString6253721****The ID of the RAM role.
RegionIdStringcn-hangzhouThe ID of the region where the cluster resides.
ZoneInfosArrayThe information about zones.
ZoneIdStringcn-hangzhou-aThe ID of the zone.
VSwitchIdStringvsw-bp1e47optm9g58zcu****The ID of the vSwitch.
InstanceTypeModelArrayThe instance types.
InstanceTypeStringecs.n1.tinyThe type of the instance.
TargetImageIdStringm-bp1gvdxguovoui7z****The ID of the instance image.
MaxPriceNumber2.5The maximum hourly price that is paid for the preemptible instance.
CoresInt2The number of vCPUs.
MemoryInt16The size of the memory.
ImageIdStringcentos_7_02xxxxThe ID of the image.
TargetCapacityInt10The number of resources that you want to add
JobQueueStringworkqThe name of the job queue.
TotalRoundInt1The total number of batches for node creation.
IntervalInt60The interval between two consecutive batches.
CreateTimeString2022-07-25T11:00:56ZThe time when the node starts to be created.

Finish creating a node (only applicable to hybrid cloud clusters)

The following example shows the event that EventBridge receives when you finish creating a node:

{
    "id": "45ef4dewdwe1-7c35-447a-bd93-fab****",
    "source": "acs.ehpc",
    "specversion": "1.0",
    "subject": "acs.ehpc:cn-hangzhou:123456789098****:215672",
    "time": "2020-11-19T21:04:41+08:00",
    "type": "ehpc:NodeOperation:NodeCreatedForHybrid",
    "aliyunaccountid": "123456789098****",
    "aliyunpublishtime": "2020-11-19T21:04:42Z",
    "aliyuneventbusname": "default",
    "aliyunregionid": "cn-hangzhou",
    "aliyunpublishaddr": "172.25.XX.XX",
    "data": {
        "RequestId": "2372XSZB6-3EA7-10B2-A63D-42AEF13176O0",
        "ClusterId": "ehpc-hz-xxxxx",
        "ClusterName": "E-HPC cluster",
        "Uid": "12543452***",
        "RegionId": "cn-hangzhou",
            "ZoneInfos": [
                {"ZoneId": "cn-hangzhou-a", "VSwitchId": "vsw-bp1e47optm9g58zcu****"},
                {"ZoneId": "cn-hangzhou-b", "VSwitchId": "vsw-bp1e47optm9g58zcu****"}
        ],
        "InstanceTypeModel": [
            {"InstanceType": "ecs.n1.tiny", "TargetImageId": "win2016_1607_x64_dtc_zh-cn_40G_alibase_20210516.vhd", "MaxPrice": 0.034},
            {"InstanceType": "ecs.g7.4xlarge", "TargetImageId": "m-bp1gvdxguovoui7z3jol", "MaxPrice": 2.5}
        ],
        "Cores": 2,
        "Memory": 16,
        "ImageId": "centos_7_02xxxx",
        "TargetCapacity": 10,
        "JobQueue": "workq",
        "Round": 1,
        "Interval": 60,
        "Instances": [
            {"InstanceId": "i-xnshdj***", "ZoneId": "cn-hangzhou-a", "ImageId": "m-bp1gvdxguovoui7z3jol", "HostName": "compute000", "PrivateIpAddress": "192.168.0.1", "PublicIpAddress": "10.200.1.2"},
            {"InstanceId": "i-xnshdk***", "ZoneId": "cn-hangzhou-b", "ImageId": "m-bp1gvdxguovoui7z3jol", "HostName": "compute001", "PrivateIpAddress": "192.168.0.2", "PublicIpAddress": "10.200.3.2"}
        ],
        "OperationResult": "SUCCESS/FAILED",
        "Detail": "NodeCreate success",
        "CreatedTime": "2022-07-25T11:00:56Z"
    }
}

For information about the parameters contained in data, see the field description table.