bigtop-manager-server/src/main/java/org/apache/bigtop/manager/server/model/req/HostReq.java [29:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Schema(example = "[host1, host2]")
    private List<String> hostnames;

    @Schema(example = "/opt")
    private String agentDir;

    @Schema(example = "1")
    private Long clusterId;

    @Schema(example = "root")
    private String sshUser;

    @Schema(example = "22")
    private Integer sshPort;

    @Schema(example = "1")
    private Integer authType;

    @Schema(example = "password")
    private String sshPassword;

    @Schema(example = "sshKeyString")
    private String sshKeyString;

    @Schema(example = "id_rsa123")
    private String sshKeyFilename;

    @Schema(example = "password")
    private String sshKeyPassword;

    @Schema(example = "8835")
    private Integer grpcPort;

    @Schema(example = "description")
    private String desc;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



bigtop-manager-server/src/main/java/org/apache/bigtop/manager/server/model/req/command/HostCommandReq.java [29:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Schema(example = "[host1, host2]")
    private List<String> hostnames;

    @Schema(example = "/opt")
    private String agentDir;

    @Schema(example = "1")
    private Long clusterId;

    @Schema(example = "root")
    private String sshUser;

    @Schema(example = "22")
    private Integer sshPort;

    @Schema(example = "1")
    private Integer authType;

    @Schema(example = "password")
    private String sshPassword;

    @Schema(example = "sshKeyString")
    private String sshKeyString;

    @Schema(example = "id_rsa123")
    private String sshKeyFilename;

    @Schema(example = "password")
    private String sshKeyPassword;

    @Schema(example = "8835")
    private Integer grpcPort;

    @Schema(example = "description")
    private String desc;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



