{
"regionID": "TestRegionID",
"azName": "az1",
"name": "hytest-033001",
"hostname": "hytest-032901",
"description": "ddddddddd",
"deviceType": "physical.t5.large",
"imageUUID": "im-xevpi6apqilz1bixmogofyref9qm",
"password": "Bm2132!@#",
"vpcID": "vpc-g8qqlw3osm",
"extIP": "1",
"ipType": "ipv4",
"bandWidth": 100,
"systemVolumeRaidUUID": "r-wtzluqacgzzxgunnabdkpnpjew3d",
"dataVolumeRaidUUID": "r-qytwf9r5h0yn9x4evjkyr0n1cwyb",
"networkCardList": [
{
"title": "vpc-hybcloud-0329test",
"master": true,
"subnetID": "subnet-pfm2hhp2v8",
"fixedIP": "192.168.31.6"
}
],
"cycleCount": 6,
"cycleType": "MONTH",
"orderCount": 1
}
curl --location --request POST '/v4/ebm/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"azName": "az1",
"name": "hytest-033001",
"hostname": "hytest-032901",
"description": "ddddddddd",
"deviceType": "physical.t5.large",
"imageUUID": "im-xevpi6apqilz1bixmogofyref9qm",
"password": "Bm2132!@#",
"vpcID": "vpc-g8qqlw3osm",
"extIP": "1",
"ipType": "ipv4",
"bandWidth": 100,
"systemVolumeRaidUUID": "r-wtzluqacgzzxgunnabdkpnpjew3d",
"dataVolumeRaidUUID": "r-qytwf9r5h0yn9x4evjkyr0n1cwyb",
"networkCardList": [
{
"title": "vpc-hybcloud-0329test",
"master": true,
"subnetID": "subnet-pfm2hhp2v8",
"fixedIP": "192.168.31.6"
}
],
"cycleCount": 6,
"cycleType": "MONTH",
"orderCount": 1
}'
{
"statusCode": 800,
"errorCode": null,
"message": null,
"description": "SUCCESS",
"returnObj": {
"masterOrderID": null,
"masterOrderNO": "20230406160236",
"masterResourceID": null,
"regionID": null,
"resources": [
{
"resourceID": "91b474cd1f1f40c0a419d8d760241dc7"
}
]
}
}