#%RAML 1.0 DataType # DeployStatus type: string description: 部署的状态 enum: [RUNNING, SUCCESS, IMAGE_ACQUISITION_FAIL, RESOURCE_LACK, FAILURE, WAITING]