getDeployAttemptStatus method

Future<List<DeployAttemptStage>> getDeployAttemptStatus({
  1. required String cloudCapsuleId,
  2. required UuidValue attemptId,
})

Gets the specified deploy attempt status of the a capsule.

Implementation

_i2.Future<List<_i36.DeployAttemptStage>> getDeployAttemptStatus({
  required String cloudCapsuleId,
  required _i1.UuidValue attemptId,
}) => caller.callServerEndpoint<List<_i36.DeployAttemptStage>>(
  'status',
  'getDeployAttemptStatus',
  {'cloudCapsuleId': cloudCapsuleId, 'attemptId': attemptId},
);