getDeployAttemptStatus method
Gets the specified deploy attempt status of the a capsule.
Implementation
_i2.Future<List<_i37.DeployAttemptStage>> getDeployAttemptStatus({
required String cloudCapsuleId,
required _i1.UuidValue attemptId,
}) => caller.callServerEndpoint<List<_i37.DeployAttemptStage>>(
'status',
'getDeployAttemptStatus',
{'cloudCapsuleId': cloudCapsuleId, 'attemptId': attemptId},
);