def getArguments(self):
        """
        Extracts the specific arguments of this CLI
        """
        HostGroupModify.getArguments(self)

        if self.args.hostGroupId is not None:
            self.hostGroupId = self.args.hostGroupId

        self.path = "v1/hostgroup/" + str(self.hostGroupId)